]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo corrected
authorJulian Smart <julian@anthemion.co.uk>
Tue, 15 Feb 2000 19:26:20 +0000 (19:26 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 15 Feb 2000 19:26:20 +0000 (19:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/xpm/create.c

index a40b9882f7a8a27b4f618bf9005e7598bf294741..bef4c7963c8182e7247d8872a8fd53ec426f0ebc 100644 (file)
@@ -267,7 +267,7 @@ AllocColor(
 static int
 AllocColor(display, colormap, colorname, xcolor, closure)
     Display *display;
-    Colormap* colormap;
+    Colormap colormap;
     char *colorname;
     XColor *xcolor;
     void *closure;             /* not used */