fixed syntax error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7c3c990ecf
commit
3be25921be
@ -62,7 +62,7 @@ enum wxOperatingSystemId
|
||||
|
||||
wxOS_PALM_OS = 1 << 17, // Pure Palm OS
|
||||
wxOS_PALM_LINUX = 1 << 18, // Palm over linux
|
||||
wxOS_PALM = wxOS_PALM_OS | wxOS_PALM_LINUX,
|
||||
wxOS_PALM = wxOS_PALM_OS | wxOS_PALM_LINUX
|
||||
};
|
||||
|
||||
// list of wxWidgets ports - some of them can be used with more than
|
||||
|
Loading…
Reference in New Issue
Block a user