]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Texture.hh
minor refactoring and state progress
[chaz/yoink] / src / Moof / Texture.hh
index 57102980822e4716e61c65cb759682197b7cb7c7..5aa38e1dc85e04ea70aa5f910c6c91992b688a0f 100644 (file)
@@ -53,7 +53,7 @@ typedef boost::shared_ptr<Texture> TextureP;
 class Texture : public Resource
 {
        class Impl;
-       boost::shared_ptr<Impl> impl_;
+       boost::shared_ptr<Impl> mImpl;
 
 public:
 
This page took 0.019818 seconds and 4 git commands to generate.