From 37e56007680a6664967e0e71ac52981654def6a6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Nov 2002 10:38:14 +0000 Subject: move Rect and PointerAssassin into the toolkit --- 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 8378b65d..062c959d 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 = (BTimer *) 0; + timer = (ob::BTimer *) 0; } colors = (XColor *) 0; -- cgit v1.2.3