]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpcx.cpp
XRC for wxListbook [patch 1152306] and wxChoicebook. Regenerated makefiles.
[wxWidgets.git] / src / common / imagpcx.cpp
index 14a3b0cff6424030c6efb168e58dacb55cf41b06..03364b381e99bccf447ee41f7eadc01bc8bd0ec3 100644 (file)
@@ -318,7 +318,7 @@ int SavePCX(wxImage *image, wxOutputStream& stream)
     unsigned char *src;             // pointer into wxImage data
     unsigned int width, height;     // size of the image
     unsigned int bytesperline;      // bytes per line (each plane)
-    int nplanes = 3;                // number of planes
+    unsigned char nplanes = 3;      // number of planes
     int format = wxPCX_24BIT;       // image format (8 bit, 24 bit)
     wxImageHistogram histogram;     // image histogram
     unsigned long key;              // key in the hashtable