X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FAnimation.hh;h=5cfd2604a32966aec745390251ba97ba6609e907;hp=30f0348623adc38757e309008c36ccef6a05bf52;hb=a31d65a998121df0651c57bfb68782e2a07d2e2f;hpb=31d52677b38d935297d132bdbd956c655cd3feee 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: