diff options
Diffstat (limited to 'src/FbTk/Image.hh')
-rw-r--r-- | src/FbTk/Image.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/Image.hh b/src/FbTk/Image.hh index c27e452..acb5879 100644 --- a/src/FbTk/Image.hh +++ b/src/FbTk/Image.hh | |||
@@ -55,6 +55,8 @@ public: | |||
55 | static void removeSearchPath(const std::string &search_path); | 55 | static void removeSearchPath(const std::string &search_path); |
56 | /// adds a path to search images from | 56 | /// adds a path to search images from |
57 | static void removeAllSearchPaths(); | 57 | static void removeAllSearchPaths(); |
58 | /// locates an image in the search path | ||
59 | static std::string locateFile(const std::string &filename); | ||
58 | private: | 60 | private: |
59 | typedef std::map<std::string, ImageBase *> ImageMap; | 61 | typedef std::map<std::string, ImageBase *> ImageMap; |
60 | typedef std::list<std::string> StringList; | 62 | typedef std::list<std::string> StringList; |