]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/apptrait.h
fix compilation of TestRegConfRead()
[wxWidgets.git] / include / wx / os2 / apptrait.h
index e17970337451de35172132cf8f19b276dac66788..cd9fa56e54c7ffbfbeb4dd84fc2528a2a19324b9 100644 (file)
@@ -54,6 +54,16 @@ public:
 #endif
 };
 
 #endif
 };
 
+#ifndef __WXPM__
+inline void wxGUIAppTraits::InitializeGui(unsigned long &WXUNUSED(ulHab))
+{
+}
+
+inline void wxGUIAppTraits::TerminateGui(unsigned long WXUNUSED(ulHab))
+{
+}
+#endif
+
 #endif // wxUSE_GUI
 
 #endif // _WX_OS2_APPTRAIT_H_
 #endif // wxUSE_GUI
 
 #endif // _WX_OS2_APPTRAIT_H_