*** empty log message ***

This commit is contained in:
David Rose 2001-05-02 22:30:11 +00:00
parent 7bfa4c63e6
commit 584d884f84
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
template<class MorphType>
class EggMorphList : public vector<MorphType> {
public:
pair<iterator, bool> insert(const MorphType &value);
pair<EggMorphList<MorphType>::iterator, bool> insert(const MorphType &value);
void write(ostream &out, int indent_level) const;
};