]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpfrm.cpp
No real changes, just change type of MSWGetBgBrush() argument.
[wxWidgets.git] / src / html / helpfrm.cpp
index 63f4c1ae47e19b8b83a28221e75672a322578553..12437a80e3e1dac3c36f498122247aeb05edf703 100644 (file)
@@ -100,7 +100,7 @@ bool wxHtmlHelpFrame::Create(wxWindow* parent, wxWindowID id,
     m_HtmlHelpWin->SetController(m_helpController);
     if ( config)
         m_HtmlHelpWin->UseConfig(config, rootpath);
-    
+
     wxFrame::Create(parent, id, _("Help"),
                     wxPoint(m_HtmlHelpWin->GetCfgData().x, m_HtmlHelpWin->GetCfgData().y),
                     wxSize(m_HtmlHelpWin->GetCfgData().w, m_HtmlHelpWin->GetCfgData().h),