diff -r c6bb4fdcc55f -r 78ba80b54bc4 vymmodel.h --- a/vymmodel.h Sat Aug 08 21:58:26 2009 +0000 +++ b/vymmodel.h Tue Aug 18 12:39:07 2009 +0000 @@ -111,7 +111,8 @@ private: void addMapReplaceInt(const QString & undoSel, const QString & path); - void addMapInsertInt (const QString & path, int pos); + bool addMapInsertInt (const QString & path); + bool addMapInsertInt (const QString & path, int pos); ImageItem* loadFloatImageInt (BranchItem *dst,QString); void saveFloatImageInt (ImageItem*, const QString &, const QString &);