diff Framework/Scene2DViewport/ViewportController.h @ 1029:0f100d0b9caf

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2019 21:58:30 +0200
parents ac88989817e3
children e713f1a99861 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Scene2DViewport/ViewportController.h	Fri Oct 04 21:58:13 2019 +0200
+++ b/Framework/Scene2DViewport/ViewportController.h	Fri Oct 04 21:58:30 2019 +0200
@@ -84,6 +84,9 @@
                        MessageBroker& broker,
                        IViewport& viewport);
 
+
+    ~ViewportController();
+
     /** 
     This method is called by the GUI system and should update/delete the
     current tracker
@@ -156,7 +159,7 @@
 
 
     /** forwarded to the UndoStack */
-    void PushCommand(boost::shared_ptr<TrackerCommand> command);
+    void PushCommand(boost::shared_ptr<MeasureCommand> command);
 
     /** forwarded to the UndoStack */
     void Undo();