X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FAnimation.hh;h=5cfd2604a32966aec745390251ba97ba6609e907;hp=30f0348623adc38757e309008c36ccef6a05bf52;hb=2fdb5f5824826a6c54f5afde8c62eafd24c1a152;hpb=23d8f7a5fbd1eca7f46f2342c20ac5e28ae0128a diff --git a/src/Animation.hh b/src/Animation.hh index 30f0348..5cfd260 100644 --- a/src/Animation.hh +++ b/src/Animation.hh @@ -56,7 +56,7 @@ typedef boost::shared_ptr AnimationP; class Animation : public Mf::Resource { class Impl; - boost::shared_ptr impl_; + boost::shared_ptr mImpl; public: