diff options
Diffstat (limited to 'src/FbTk/Image.cc')
-rw-r--r-- | src/FbTk/Image.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/FbTk/Image.cc b/src/FbTk/Image.cc index e4ab6ac..f5ffc24 100644 --- a/src/FbTk/Image.cc +++ b/src/FbTk/Image.cc | |||
@@ -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.cc,v 1.1 2003/08/22 21:25:14 fluxgen Exp $ | 22 | // $Id: Image.cc,v 1.2 2003/11/16 22:33:55 rathnor Exp $ |
23 | 23 | ||
24 | #include "Image.hh" | 24 | #include "Image.hh" |
25 | #include "StringUtil.hh" | 25 | #include "StringUtil.hh" |
@@ -113,6 +113,10 @@ void Image::addSearchPath(const std::string &search_path) { | |||
113 | s_search_paths.push_back(search_path); | 113 | s_search_paths.push_back(search_path); |
114 | } | 114 | } |
115 | 115 | ||
116 | void Image::removeSearchPath(const std::string &search_path) { | ||
117 | s_search_paths.remove(search_path); | ||
118 | } | ||
119 | |||
116 | void Image::removeAllSearchPaths() { | 120 | void Image::removeAllSearchPaths() { |
117 | s_search_paths.clear(); | 121 | s_search_paths.clear(); |
118 | } | 122 | } |