Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -437,7 +437,7 @@ void wxGUIAppTraits::TerminateGui(unsigned long ulHab)
|
||||
::WinTerminate(ulHab);
|
||||
}
|
||||
|
||||
wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const
|
||||
wxPortId wxGUIAppTraits::GetToolkitVersion(int *WXUNUSED(verMaj), int *WXUNUSED(verMin)) const
|
||||
{
|
||||
// TODO: how to get version of PM ?
|
||||
return wxPORT_OS2;
|
||||
|
Reference in New Issue
Block a user