X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=x11.hh;h=babcfc384efb3e21393f92fcd36e3375c7d23fd3;hb=HEAD;hp=442bae7dbb8e4f12c2356d6346e24e3c9355c9bb;hpb=e3bee50adc59d8434862a0a3e6b0e82f61954a90;p=moebius.git diff --git a/x11.hh b/x11.hh index 442bae7..babcfc3 100644 --- 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