From 39013ba095f16aad2d9672da2589fe94ebf3ff60 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 12 Mar 2007 20:34:46 +0000 Subject: [PATCH] removed extraneous semicolon (bug 1679080) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/graphics.h b/include/wx/graphics.h index 20a5e976f8..5ac221018b 100755 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -73,7 +73,7 @@ protected : virtual wxObjectRefData* CreateRefData() const; virtual wxObjectRefData* CloneRefData(const wxObjectRefData* data) const; - DECLARE_DYNAMIC_CLASS(wxGraphicsObject); + DECLARE_DYNAMIC_CLASS(wxGraphicsObject) } ; class WXDLLIMPEXP_CORE wxGraphicsPen : public wxGraphicsObject -- 2.45.2