summaryrefslogtreecommitdiff
path: root/otk/imagecontrol.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-03 12:48:10 +0000
committerDana Jansens <danakj@orodu.net>2002-11-03 12:48:10 +0000
commit373de009f7e98b0c6f3a78f31c1e5c120cd722ed (patch)
treea3aaa153b9704083a6bcfd07732c27d3e204c5b5 /otk/imagecontrol.cc
parentc5f62494f14629797c109acc0b3048203a1adb6a (diff)
new timers, timer manager
Diffstat (limited to 'otk/imagecontrol.cc')
-rw-r--r--otk/imagecontrol.cc2
1 files changed, 1 insertions, 1 deletions
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;