From 096a7abda60036ff847dd2afe0832e3a96358e3f Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 31 Mar 2014 18:28:36 +0000 Subject: [PATCH] extra semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/font.h b/include/wx/font.h index c2117237d2..d52ed70d9d 100644 --- a/include/wx/font.h +++ b/include/wx/font.h @@ -393,7 +393,7 @@ public: // this doesn't do anything and is kept for compatibility only #if WXWIN_COMPATIBILITY_2_8 - wxDEPRECATED_INLINE(void SetNoAntiAliasing(bool no = true), wxUnusedVar(no);); + wxDEPRECATED_INLINE(void SetNoAntiAliasing(bool no = true), wxUnusedVar(no);) wxDEPRECATED_INLINE(bool GetNoAntiAliasing() const, return false;) #endif // WXWIN_COMPATIBILITY_2_8