]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/palette.cpp
docs can be built again (thanks lacheck!)
[wxWidgets.git] / src / os2 / palette.cpp
index 889d289d4b14df9da61eaafb307f5451b1f998b2..e0461db8af2a05703198c3dbf112277eb21bf905 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "assert.h"
 
+IMPLEMENT_DYNAMIC_CLASS(wxPalette, wxGDIObject)
 
 /*
  * Palette
@@ -91,6 +92,7 @@ bool wxPalette::Create(int n, const unsigned char *red, const unsigned char *gre
   M_PALETTEDATA->m_hPalette = (WXHPALETTE) CreatePalette((LPLOGPALETTE)npPal);
   LocalFree((HANDLE)npPal);
 */
+  return FALSE;
 }
 
 int wxPalette::GetPixel(const unsigned char red, const unsigned char green, const unsigned char blue) const