diff -r 6dc0a20031f7 -r 1b4d1ea6ea8c vymmodel.h --- a/vymmodel.h Wed Feb 04 16:33:16 2009 +0000 +++ b/vymmodel.h Fri Mar 06 15:02:58 2009 +0000 @@ -235,7 +235,8 @@ // QString getHeading (bool &ok,QPoint &p); //!< Get heading, ok if selection is branch private: - BranchObj* itFind; // next object in find process + TreeItem* findCurrent; // next object in find process + TreeItem* findPrevious; // next object in find process bool EOFind; // true, if search failed public: BranchObj* findText(QString,bool); // Find object