chiark / gitweb /
port to lenny
authorian <ian>
Wed, 2 Jan 2008 01:35:04 +0000 (01:35 +0000)
committerian <ian>
Wed, 2 Jan 2008 01:35:04 +0000 (01:35 +0000)
x11.hh

diff --git a/x11.hh b/x11.hh
index 442bae7dbb8e4f12c2356d6346e24e3c9355c9bb..babcfc384efb3e21393f92fcd36e3375c7d23fd3 100644 (file)
--- a/x11.hh
+++ b/x11.hh
@@ -21,7 +21,7 @@ private:
   Window window;
   Colormap cmap;
   GC black, white, red, blue;
-  GC X11Output::gc(const char *colour_name);
+  GC gc(const char *colour_name);
 };
 
 #endif