X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..42871d38193dcaa37644ad3be452540c9f545343:/src/gtk1/palette.cpp diff --git a/src/gtk1/palette.cpp b/src/gtk1/palette.cpp index 78cdfe5aed..5657c4355e 100644 --- a/src/gtk1/palette.cpp +++ b/src/gtk1/palette.cpp @@ -31,7 +31,7 @@ class wxPaletteRefData: public wxObjectRefData wxPaletteRefData::wxPaletteRefData(void) { - m_colormap = NULL; + m_colormap = (GdkColormap *) NULL; }; wxPaletteRefData::~wxPaletteRefData(void)