]> git.tdb.fi Git - r2c2.git/commitdiff
Bugfixes
authorMikko Rasa <tdb@tdb.fi>
Fri, 12 Mar 2010 09:37:40 +0000 (09:37 +0000)
committerMikko Rasa <tdb@tdb.fi>
Fri, 12 Mar 2010 09:37:40 +0000 (09:37 +0000)
source/designer/toolbar.h
source/engineer/engineer.cpp

index fe2357ad130b44cdb994c7d3eb7aca85cfbe38c4..a41f968682de7f7dae0b45ce7719536041b8ee6a 100644 (file)
@@ -8,12 +8,13 @@ Distributed under the GPL
 #ifndef TOOLBAR_H_
 #define TOOLBAR_H_
 
+#include <sigc++/trackable.h>
 #include <msp/gltk/dropdown.h>
 #include <msp/gltk/panel.h>
 
 class Designer;
 
-class Toolbar: public Msp::GLtk::Panel
+class Toolbar: public Msp::GLtk::Panel, public sigc::trackable
 {
 private:
        Designer &designer;
index e62cd2bab7cd7c1b27d3bc745413b8c2637d17d9..7966676769953b653848671df5957896609324f0 100644 (file)
@@ -16,6 +16,7 @@ Distributed under the GPL
 #include <msp/gl/framebuffer.h>
 #include <msp/gl/matrix.h>
 #include <msp/gl/misc.h>
+#include <msp/gl/projection.h>
 #include <msp/gl/tests.h>
 #include <msp/gl/transform.h>
 #include <msp/io/print.h>