From: Robert Roebling Date: Fri, 30 Nov 2007 17:43:24 +0000 (+0000) Subject: remove superfluous visibility attribute X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/abc4685ebdf322c5695717eb334ee4f5b3bd352c?ds=sidebyside remove superfluous visibility attribute git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dcbuffer.h b/include/wx/dcbuffer.h index 30598a1d3e..203f7cd1a3 100644 --- a/include/wx/dcbuffer.h +++ b/include/wx/dcbuffer.h @@ -247,7 +247,7 @@ private: #else // !__WXDEBUG__ // In release builds, just use typedef -typedef WXDLLIMPEXP_CORE wxAutoBufferedPaintDCBase wxAutoBufferedPaintDC; +typedef wxAutoBufferedPaintDCBase wxAutoBufferedPaintDC; #endif