]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utilsgui.cpp
reSWIGged
[wxWidgets.git] / src / os2 / utilsgui.cpp
index 8fd49de6305261953936d4e7bf046ff10fc8c3aa..4bcf41183d3a27de0d45a01a7e3609934fe73502 100644 (file)
@@ -437,9 +437,10 @@ void wxGUIAppTraits::TerminateGui(unsigned long ulHab)
     ::WinTerminate(ulHab);
 }
 
-wxPortId wxGUIAppTraits::GetToolkitVersion(int *WXUNUSED(verMaj), int *WXUNUSED(verMin)) const
+wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const
 {
-    // TODO: how to get version of PM ?
+    // How to get version of PM ? I guess, just reusing the OS version is OK.
+    (void) wxGetOsVersion(verMaj, verMin);
     return wxPORT_OS2;
 }