]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/caret.h
another wxUSE_DRAG_AND_DROP==0 compilation fix
[wxWidgets.git] / include / wx / caret.h
index e65e9deca1299501dbe4a297a216b9dcae0cefcd..b89796ff88062fbd26b0a8f7ab821bf5db276f0e 100644 (file)
@@ -167,7 +167,7 @@ protected:
     // the common initialization
     void Init()
     {
-        m_window = (wxWindowBase *)NULL;
+        m_window = NULL;
         m_x = m_y = 0;
         m_width = m_height = 0;
         m_countVisible = 0;