]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/panelg.cpp
icons for generic dialogs
[wxWidgets.git] / src / generic / panelg.cpp
index f96bb1701b8c1fa32cde06ec55ffe081a5eded92..4046f5bd11f7af7042640b7989be52880edd1133 100644 (file)
@@ -51,7 +51,7 @@ bool wxPanel::Create(wxWindow *parent, wxWindowID id,
                      long style,
                      const wxString& name)
 {
-    m_lastFocus = NULL;
+    m_lastFocus = 0;
 
     bool ret = wxWindow::Create(parent, id, pos, size, style, name);