diff -r 4e558a15a804 -r 7ddbe3fa34a1 mapcenterobj.h --- a/mapcenterobj.h Tue Apr 08 08:28:37 2008 +0000 +++ b/mapcenterobj.h Mon Dec 08 16:57:33 2008 +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();