소스 검색

*** empty log message ***

David Rose 25 년 전
부모
커밋
584d884f84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      panda/src/egg/eggMorphList.h

+ 1 - 1
panda/src/egg/eggMorphList.h

@@ -19,7 +19,7 @@
 template<class MorphType>
 template<class MorphType>
 class EggMorphList : public vector<MorphType> {
 class EggMorphList : public vector<MorphType> {
 public:
 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;
   void write(ostream &out, int indent_level) const;
 };
 };