From 7332d96bd5b57c75f31c0f09493a67ce95bd2453 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Mon, 22 Sep 2003 06:04:49 +0000 Subject: [PATCH] Fixed wxGUIAppTraits declaration on OS/2. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/apptrait.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/apptrait.h b/include/wx/apptrait.h index 5b136f473c..dcc488e1e2 100644 --- a/include/wx/apptrait.h +++ b/include/wx/apptrait.h @@ -221,7 +221,7 @@ public: #include "wx/unix/apptrait.h" #elif defined(__WXMAC__) #include "wx/mac/apptrait.h" -#elif defined(__OS2__) +#elif defined(__WXPM__) #include "wx/os2/apptrait.h" #else // at least, we need an implementation of GetToolkitInfo ! -- 2.45.2