diff --git a/panda/src/egg/eggMorphList.h b/panda/src/egg/eggMorphList.h index b6bf1978c5..a8cb72ef75 100644 --- a/panda/src/egg/eggMorphList.h +++ b/panda/src/egg/eggMorphList.h @@ -19,7 +19,7 @@ template class EggMorphList : public vector { public: - pair insert(const MorphType &value); + pair::iterator, bool> insert(const MorphType &value); void write(ostream &out, int indent_level) const; };