]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dcmemory.cpp
fix wxGTK1 compilation after wxTextEntry DoGetValue() change
[wxWidgets.git] / src / gtk1 / dcmemory.cpp
index 3d865283d2d1af0feda66b0907ece00d1fe85bad..18bc2d09755a39ffd8643e835ad21fb22dcc884d 100644 (file)
@@ -61,7 +61,7 @@ void wxMemoryDCImpl::DoSelect( const wxBitmap& bitmap )
     else
     {
         m_ok = false;
-        m_window = (GdkWindow *) NULL;
+        m_window = NULL;
     }
 }