chiark / gitweb /
merge into history old stuff found on chiark
[moebius.git] / 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