From 3be25921beb01d5fd34bde4fe2fedc084b778663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 7 Mar 2008 12:59:58 +0000 Subject: [PATCH] fixed syntax error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/platinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/platinfo.h b/include/wx/platinfo.h index ad01a08b62..e639d599e7 100644 --- a/include/wx/platinfo.h +++ b/include/wx/platinfo.h @@ -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