*** empty log message ***

This commit is contained in:
jiri
2008-11-26 13:30:30 +00:00
parent f32be3195a
commit 24cd7fff35
4 changed files with 9 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ private:
void copylist(const matel<T> *l);
public:
//iterator
typedef class iterator {
class iterator {
private:
matel<T> *p;
public: