X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FTexture.hh;h=cdb6059ceff00d039a41a8b68f6bae45a543f84c;hb=4701bf580b75a7d77a460c6f14f9fc31fb109bbb;hp=9d17eb8f66254dee136d41647eb76263c0d4ed40;hpb=72d4af22710317acffab861421c4364b1780b6fe;p=chaz%2Fyoink diff --git a/src/Moof/Texture.hh b/src/Moof/Texture.hh index 9d17eb8..cdb6059 100644 --- a/src/Moof/Texture.hh +++ b/src/Moof/Texture.hh @@ -63,7 +63,7 @@ public: void setWrapS(GLuint wrap); void setWrapT(GLuint wrap); - static std::string getPathToResource(const std::string& name); + static std::string getPath(const std::string& name); struct Exception : std::runtime_error { @@ -72,8 +72,8 @@ public: }; private: - class TextureImpl; - boost::shared_ptr impl_; + class Impl; + boost::shared_ptr impl_; };