diff --git a/mapview/model/MMRoot.h b/mapview/model/MMRoot.h index bf1e33f..c4755c3 100644 --- a/mapview/model/MMRoot.h +++ b/mapview/model/MMRoot.h @@ -24,8 +24,8 @@ public: MMRoot(MapLayer* parent, Floorplan::IndoorMap* map) : MapLayer(parent), map(map) { // all floors - new MMRegistration(this, map); new MMFloors(this, map); + new MMRegistration(this, map); }