X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d800190a04a2deaf769017a5fae04a4ae50378..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/dragimag.h?ds=sidebyside diff --git a/include/wx/dragimag.h b/include/wx/dragimag.h index a53feb05db..4143ca8898 100644 --- a/include/wx/dragimag.h +++ b/include/wx/dragimag.h @@ -5,7 +5,6 @@ // Modified by: // Created: // Copyright: (c) Julian Smart -// RCS-ID: $Id$ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// @@ -14,9 +13,9 @@ #if wxUSE_DRAGIMAGE -class WXDLLEXPORT wxRect; -class WXDLLEXPORT wxMemoryDC; -class WXDLLEXPORT wxDC; +class WXDLLIMPEXP_FWD_CORE wxRect; +class WXDLLIMPEXP_FWD_CORE wxMemoryDC; +class WXDLLIMPEXP_FWD_CORE wxDC; #if defined(__WXMSW__) # if defined(__WXUNIVERSAL__)