diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-03 10:38:14 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-03 10:38:14 +0000 |
| commit | 37e56007680a6664967e0e71ac52981654def6a6 (patch) | |
| tree | f33f89d6cef571f04d4a210db41265ed1076fcb2 /otk/imagecontrol.cc | |
| parent | fa8cefef63feb1d559c40db3cf9407e5bd1ac4df (diff) | |
move Rect and PointerAssassin into the toolkit
Diffstat (limited to 'otk/imagecontrol.cc')
| -rw-r--r-- | otk/imagecontrol.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
