]> Dogcows Code - chaz/yoink/blobdiff - src/Scene.hh
minor refactoring and state progress
[chaz/yoink] / src / Scene.hh
index 24a790f26490a7cd2edc0da1fe798aaca19200ef..b858c642abde7cc28b156eafd83956511fb6cb5a 100644 (file)
@@ -47,7 +47,7 @@ typedef boost::shared_ptr<Scene> SceneP;
 class Scene : public Mf::Cullable, public Mf::Drawable, public Mf::Resource
 {
        class Impl;
-       boost::shared_ptr<Impl> impl_;
+       boost::shared_ptr<Impl> mImpl;
 
 public:
 
This page took 0.016855 seconds and 4 git commands to generate.