minor fix
fluxgen fluxgen
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/FbTk/ImageControl.cc
→
src/FbTk/ImageControl.cc
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: ImageControl.cc,v 1.3 2003/08/11 15:59:49 fluxgen Exp $ +// $Id: ImageControl.cc,v 1.4 2003/08/18 09:55:11 fluxgen Exp $ #include "ImageControl.hh"@@ -239,7 +239,7 @@ #ifdef TIMEDCACHE
cleanCache(); #else // !TIMEDCACHE if (! (*it)->count) - cleanCache() + cleanCache(); #endif // TIMEDCACHE }