]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/designer.h
Make use of the geometry part of libmspmath
[r2c2.git] / source / designer / designer.h
index 5dbb067af15e33528d7880508312c518c3bd8353..8348f60d3920d6ac276be5102571a000817cda16 100644 (file)
@@ -24,7 +24,7 @@
 #include "manipulator.h"
 #include "measure.h"
 #include "selection.h"
-#include "trackwrap.h"
+#include "selectionwrap.h"
 
 class Toolbar;
 
@@ -65,10 +65,10 @@ private:
 
        Mode mode;
        Selection selection;
+       SelectionWrap sel_wrap;
        Manipulator manipulator;
        Measure measure;
        CameraController *camera_ctl;
-       TrackWrap *track_wrap;
 
        Msp::Time::TimeStamp last_tick;