]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/vertical_speed_indicator.hxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Instrumentation / vertical_speed_indicator.hxx
index b7d7755317aa3366b86ee4e1fa0e9e16ceb7ea6e..007d8ace5ba9bd289d54973cbaf565d5dc2e7e05 100644 (file)
@@ -11,7 +11,8 @@
 # error This library requires C++
 #endif
 
-#include <simgear/misc/props.hxx>
+#include <simgear/props/props.hxx>
+
 #include <Main/fgfs.hxx>
 
 
@@ -36,8 +37,6 @@ public:
     virtual ~VerticalSpeedIndicator ();
 
     virtual void init ();
-    virtual void bind ();
-    virtual void unbind ();
     virtual void update (double dt);
 
 private: