From d240dea1999ee1465e53db8279130612df692d77 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Apr 2006 21:03:15 +0000 Subject: [PATCH] removed extra semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/convauto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/convauto.h b/include/wx/convauto.h index 89682525ef..fcd26532e9 100644 --- a/include/wx/convauto.h +++ b/include/wx/convauto.h @@ -92,7 +92,7 @@ private: bool m_consumedBOM; - DECLARE_NO_ASSIGN_CLASS(wxConvAuto); + DECLARE_NO_ASSIGN_CLASS(wxConvAuto) }; #endif // wxUSE_WCHAR_T -- 2.45.2