]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/material/matmodel.hxx
Memory leak fixes from Till Busch
[simgear.git] / simgear / scene / material / matmodel.hxx
index 85363e80fe4140b0642ec63b3ff57d1c59dd820f..f173f5c0a309ae9636659a63e1820f2c89a90899 100644 (file)
@@ -34,6 +34,8 @@
 
 #include <osg/ref_ptr>
 #include <osg/Node>
+#include <osg/NodeVisitor>
+#include <osg/Billboard>
 
 #include <simgear/structure/SGReferenced.hxx>
 #include <simgear/structure/SGSharedPtr.hxx>
@@ -119,6 +121,7 @@ public:
     HeadingType get_heading_type () const;
 
     virtual ~SGMatModel ();
+    
 
 protected:
 
@@ -199,5 +202,4 @@ private:
     vector<SGSharedPtr<SGMatModel> > _objects;
 };
 
-
 #endif // _SG_MAT_MODEL_HXX