diff -r 4e558a15a804 -r 25a77484ec72 mapcenterobj.h --- a/mapcenterobj.h Tue Apr 08 08:28:37 2008 +0000 +++ b/mapcenterobj.h Tue Apr 07 16:15:53 2009 +0000 @@ -6,6 +6,9 @@ #include "branchobj.h" + +class VymModel; + /*! \brief The center of the map is a special branch. */ ///////////////////////////////////////////////////////////////////////////// @@ -13,6 +16,7 @@ public: MapCenterObj (); MapCenterObj (QGraphicsScene *); + MapCenterObj (QGraphicsScene *, VymModel *); ~MapCenterObj (); void clear(); void init();