]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statusbar.h
GTK prefix for internal tooltip methods
[wxWidgets.git] / include / wx / msw / statusbar.h
index 55a1f16c83ab060bce03c3ea3148451f0f9e8747..070e1db817e04815ecbc8146040b4374314432b2 100644 (file)
@@ -26,6 +26,7 @@ public:
                 long style = wxST_SIZEGRIP,
                 const wxString& name = wxStatusBarNameStr)
     {
+        m_pDC = NULL;
         (void)Create(parent, id, style, name);
     }