X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FResource.hh;h=f7d17824dc2c6d162cd8ff4c3ddb2d3a1971950d;hp=716e906e03f4c1f53d1ae0b3ba44ace3b3f3ba0b;hb=bfa6212d09d8735d8fd5e2638188e4a99f21ada4;hpb=eebb993ca929c3f4c235cad9e01dc4797fcd2945 diff --git a/src/Moof/Resource.hh b/src/Moof/Resource.hh index 716e906..f7d1782 100644 --- a/src/Moof/Resource.hh +++ b/src/Moof/Resource.hh @@ -72,7 +72,7 @@ public: * @return The first path found which resolves to a file. */ - static std::string getPathToResource(const std::string& name); + static std::string getPath(const std::string& name); private: static std::vector searchPaths_;