From b2644cc3ccb41de07e2160857f1cc0c2a2069d79 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 6 Jul 2003 21:33:35 +0000 Subject: [PATCH] compilation fix (extra semicolon) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/display.h b/include/wx/display.h index ddcea733dd..a63376b6c7 100644 --- a/include/wx/display.h +++ b/include/wx/display.h @@ -143,7 +143,7 @@ protected: // the index of this display (0 is always the primary one) size_t m_index; - DECLARE_NO_COPY_CLASS(wxDisplayBase); + DECLARE_NO_COPY_CLASS(wxDisplayBase) }; -- 2.47.2