X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FImage.hh;h=6c36cddcd827a45b6e945a037269e8f742db629a;hp=d923b0c7c2f2780ca63b0906ee6a77d72402e68c;hb=90b2c7fb10b244b781b84965a0d36f1f323ee94d;hpb=8148b51f1bec8f662672d3ca36eea1784991e5cc diff --git a/src/Moof/Image.hh b/src/Moof/Image.hh index d923b0c..6c36cdd 100644 --- a/src/Moof/Image.hh +++ b/src/Moof/Image.hh @@ -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 mImpl; };