]> Dogcows Code - chaz/yoink/blobdiff - src/Animation.hh
minor refactoring and state progress
[chaz/yoink] / src / Animation.hh
index 30f0348623adc38757e309008c36ccef6a05bf52..5cfd2604a32966aec745390251ba97ba6609e907 100644 (file)
@@ -56,7 +56,7 @@ typedef boost::shared_ptr<Animation> AnimationP;
 class Animation : public Mf::Resource
 {
        class Impl;
-       boost::shared_ptr<Impl> impl_;
+       boost::shared_ptr<Impl> mImpl;
 
 public:
 
This page took 0.018772 seconds and 4 git commands to generate.