X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0492c5a094d1baac126331385d66d2f66aa5db52..f861258fcace51a1aaba2f31c7498b3ba9e31371:/src/generic/panelg.cpp diff --git a/src/generic/panelg.cpp b/src/generic/panelg.cpp index f96bb1701b..4046f5bd11 100644 --- a/src/generic/panelg.cpp +++ b/src/generic/panelg.cpp @@ -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);