]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/helpwxht.cpp
Unicode compilation fix
[wxWidgets.git] / src / generic / helpwxht.cpp
index 66e90901e2311788d672bb6c0ad20480b5c24f3e..8f41a07d931675bde87f210e799a9bdaaa4d45c7 100644 (file)
@@ -294,9 +294,9 @@ wxHelpControllerHtml::SetFrameParameters(const wxString &title,
 }
 
 wxFrame *
-wxHelpControllerHtml::GetFrameParameters(wxSize *size = NULL,
-                                         wxPoint *pos = NULL,
-                                         bool *newframe = NULL)
+wxHelpControllerHtml::GetFrameParameters(wxSize *size,
+                                         wxPoint *pos,
+                                         bool *newframe)
 {
    if(size) *size = m_FrameSize;
    if(pos) *pos = m_FramePosition;