From: Vadim Zeitlin Date: Tue, 18 Apr 2006 21:03:15 +0000 (+0000) Subject: removed extra semicolon X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d240dea1999ee1465e53db8279130612df692d77?ds=inline removed extra semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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