X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FTexture.hh;h=5aa38e1dc85e04ea70aa5f910c6c91992b688a0f;hp=57102980822e4716e61c65cb759682197b7cb7c7;hb=a31d65a998121df0651c57bfb68782e2a07d2e2f;hpb=31d52677b38d935297d132bdbd956c655cd3feee diff --git a/src/Moof/Texture.hh b/src/Moof/Texture.hh index 5710298..5aa38e1 100644 --- a/src/Moof/Texture.hh +++ b/src/Moof/Texture.hh @@ -53,7 +53,7 @@ typedef boost::shared_ptr TextureP; class Texture : public Resource { class Impl; - boost::shared_ptr impl_; + boost::shared_ptr mImpl; public: