]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Image.hh
bugfix: resource file searching was broken
[chaz/yoink] / src / Moof / Image.hh
index d923b0c7c2f2780ca63b0906ee6a77d72402e68c..6c36cddcd827a45b6e945a037269e8f742db629a 100644 (file)
@@ -53,10 +53,12 @@ public:
 
        void setAsIcon() const;
 
-       static std::string getPath(const std::string& name);
+       static bool getPath(std::string& name);
 
 private:
 
+       static FILE* openFile(std::string& name);
+
        class Impl;
        boost::shared_ptr<Impl> mImpl;
 };
This page took 0.020099 seconds and 4 git commands to generate.