From 351f1d03315b84887b7532c35bdd8a49bdce1d43 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 14 Apr 2002 11:37:22 +0000 Subject: Using some references instead of pointers for the menus. --- src/Image.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Image.cc') diff --git a/src/Image.cc b/src/Image.cc index 97f2b342..401191e3 100644 --- a/src/Image.cc +++ b/src/Image.cc @@ -1774,7 +1774,7 @@ BImageControl::BImageControl(BaseDisplay *dpy, ScreenInfo *scrn, Bool _dither, cache_max = cmax; #ifdef TIMEDCACHE if (cache_timeout) { - timer = new BTimer(basedisplay, this); + timer = new BTimer(*basedisplay, *this); timer->setTimeout(cache_timeout); timer->start(); } else -- cgit v1.2.3