diff options
Diffstat (limited to 'src/FbTk/ImageControl.cc')
-rw-r--r-- | src/FbTk/ImageControl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/ImageControl.cc b/src/FbTk/ImageControl.cc index 4c08799..3e9b96a 100644 --- a/src/FbTk/ImageControl.cc +++ b/src/FbTk/ImageControl.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: ImageControl.cc,v 1.3 2003/08/11 15:59:49 fluxgen Exp $ | 25 | // $Id: ImageControl.cc,v 1.4 2003/08/18 09:55:11 fluxgen Exp $ |
26 | 26 | ||
27 | #include "ImageControl.hh" | 27 | #include "ImageControl.hh" |
28 | 28 | ||
@@ -239,7 +239,7 @@ void ImageControl::removeImage(Pixmap pixmap) { | |||
239 | cleanCache(); | 239 | cleanCache(); |
240 | #else // !TIMEDCACHE | 240 | #else // !TIMEDCACHE |
241 | if (! (*it)->count) | 241 | if (! (*it)->count) |
242 | cleanCache() | 242 | cleanCache(); |
243 | #endif // TIMEDCACHE | 243 | #endif // TIMEDCACHE |
244 | } | 244 | } |
245 | 245 | ||