diff options
Diffstat (limited to 'src/FbTk/Image.hh')
-rw-r--r-- | src/FbTk/Image.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/Image.hh b/src/FbTk/Image.hh index c655a2e..1dc3f1b 100644 --- a/src/FbTk/Image.hh +++ b/src/FbTk/Image.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Image.hh,v 1.1 2003/08/22 21:25:14 fluxgen Exp $ | 22 | // $Id: Image.hh,v 1.2 2003/11/16 22:33:55 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_IMAGE_HH | 24 | #ifndef FBTK_IMAGE_HH |
25 | #define FBTK_IMAGE_HH | 25 | #define FBTK_IMAGE_HH |
@@ -46,6 +46,8 @@ public: | |||
46 | static void remove(ImageBase &base); | 46 | static void remove(ImageBase &base); |
47 | /// adds a path to search images from | 47 | /// adds a path to search images from |
48 | static void addSearchPath(const std::string &search_path); | 48 | static void addSearchPath(const std::string &search_path); |
49 | /// removes a path to search images from | ||
50 | static void removeSearchPath(const std::string &search_path); | ||
49 | /// adds a path to search images from | 51 | /// adds a path to search images from |
50 | static void removeAllSearchPaths(); | 52 | static void removeAllSearchPaths(); |
51 | private: | 53 | private: |