aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Image.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Image.cc b/src/Image.cc
index d174953..e1f54fe 100644
--- a/src/Image.cc
+++ b/src/Image.cc
@@ -25,7 +25,7 @@
25// stupid macros needed to access some functions in version 2 of the GNU C 25// stupid macros needed to access some functions in version 2 of the GNU C
26// library 26// library
27 27
28// $Id: Image.cc,v 1.8 2002/04/08 18:57:53 fluxgen Exp $ 28// $Id: Image.cc,v 1.9 2002/05/07 17:14:01 fluxgen Exp $
29 29
30//use GNU extensions 30//use GNU extensions
31#ifndef _GNU_SOURCE 31#ifndef _GNU_SOURCE
@@ -1827,9 +1827,9 @@ void BImage::cdgradient(void) {
1827 1827
1828BImageControl::BImageControl(BaseDisplay *dpy, ScreenInfo *scrn, Bool _dither, 1828BImageControl::BImageControl(BaseDisplay *dpy, ScreenInfo *scrn, Bool _dither,
1829 int _cpc, unsigned long cache_timeout, 1829 int _cpc, unsigned long cache_timeout,
1830 unsigned long cmax): 1830 unsigned long cmax)
1831#ifdef TIMEDCACHE 1831#ifdef TIMEDCACHE
1832 timer(this) 1832: timer(this)
1833#endif //TIMEDCACHE 1833#endif //TIMEDCACHE
1834{ 1834{
1835 I18n *i18n = I18n::instance(); 1835 I18n *i18n = I18n::instance();