wxHTML compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user