X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FResource.hh;h=f7d17824dc2c6d162cd8ff4c3ddb2d3a1971950d;hb=4701bf580b75a7d77a460c6f14f9fc31fb109bbb;hp=716e906e03f4c1f53d1ae0b3ba44ace3b3f3ba0b;hpb=c2321281bf12a7efaedde930422c7ddbc92080d4;p=chaz%2Fyoink 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_;