diff -r 7f43b93242aa -r 96402b172173 mapcenterobj.h --- a/mapcenterobj.h Mon Oct 06 11:10:20 2008 +0000 +++ b/mapcenterobj.h Wed Oct 29 17:42:34 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();