From 373de009f7e98b0c6f3a78f31c1e5c120cd722ed Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Nov 2002 12:48:10 +0000 Subject: new timers, timer manager --- otk/imagecontrol.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/imagecontrol.cc') diff --git a/otk/imagecontrol.cc b/otk/imagecontrol.cc index 062c959d..7120f1cf 100644 --- a/otk/imagecontrol.cc +++ b/otk/imagecontrol.cc @@ -58,7 +58,7 @@ BImageControl::BImageControl(const ScreenInfo *scrn, timer->setTimeout(cache_timeout); timer->start();*/ } else { - timer = (ob::BTimer *) 0; + timer = (ob::OBTimer *) 0; } colors = (XColor *) 0; -- cgit v1.2.3