diff options
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 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; |
