*** empty log message ***
This commit is contained in:
parent
7bfa4c63e6
commit
584d884f84
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue