From 0aeb2e3f9bbf79522149a490029b5985eb4c61be Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 2 Aug 2011 14:43:15 +0000 Subject: [PATCH] Added semicolon needed by MSVC++ 6 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/missing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 16e4621baa..6b2d1cd956 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -568,7 +568,7 @@ typedef enum CommandStateChangeConstants { enum { OLECMDID_OPTICAL_ZOOM = 63 -} +}; #endif #ifndef INET_E_INVALID_CERTIFICATE -- 2.45.2