]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/SGClipGroup.hxx
Merge branch 'next' of git.gitorious.org:fg/simgear into next
[simgear.git] / simgear / scene / model / SGClipGroup.hxx
index eb0e0ddbb778815372a035f2f0062db570553f3a..9820ec1d11cb6a8d00e55219f55373172f0f995d 100644 (file)
@@ -49,10 +49,8 @@ public:
 protected:
   class CullCallback;
   class ClipRenderBin;
-
+  struct ClipBinRegistrar;
   std::vector<osg::ref_ptr<osg::ClipPlane> > mClipPlanes;
-
-  static osgUtil::RegisterRenderBinProxy clipBinProxy;
 };
 
 #endif