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:
Vadim Zeitlin
1999-07-24 22:44:22 +00:00
parent 3bcf00abd7
commit 259d1674f2
7 changed files with 19 additions and 17 deletions

View 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;