remove superfluous visibility attribute

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2007-11-30 17:43:24 +00:00
parent 19a1d9eed1
commit abc4685ebd

View File

@ -247,7 +247,7 @@ private:
#else // !__WXDEBUG__
// In release builds, just use typedef
typedef WXDLLIMPEXP_CORE wxAutoBufferedPaintDCBase wxAutoBufferedPaintDC;
typedef wxAutoBufferedPaintDCBase wxAutoBufferedPaintDC;
#endif