Fixed wxGUIAppTraits declaration on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a1d8baa9f2
commit
7332d96bd5
@ -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 !
|
||||
|
Loading…
Reference in New Issue
Block a user