X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3bc2d7aeda2999126184c298f26b93ffd59be500..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/quantize.h?ds=sidebyside diff --git a/include/wx/quantize.h b/include/wx/quantize.h index 24e3fab0fa..d323a3504c 100644 --- a/include/wx/quantize.h +++ b/include/wx/quantize.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 22/6/2000 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: ///////////////////////////////////////////////////////////////////////////// @@ -22,8 +21,8 @@ * For conditions of distribution and use, see the accompanying README file. */ -class WXDLLEXPORT wxImage; -class WXDLLEXPORT wxPalette; +class WXDLLIMPEXP_FWD_CORE wxImage; +class WXDLLIMPEXP_FWD_CORE wxPalette; /* * wxQuantize @@ -34,7 +33,7 @@ class WXDLLEXPORT wxPalette; #define wxQUANTIZE_RETURN_8BIT_DATA 0x02 #define wxQUANTIZE_FILL_DESTINATION_IMAGE 0x04 -class WXDLLEXPORT wxQuantize: public wxObject +class WXDLLIMPEXP_CORE wxQuantize: public wxObject { public: DECLARE_DYNAMIC_CLASS(wxQuantize) @@ -42,7 +41,7 @@ DECLARE_DYNAMIC_CLASS(wxQuantize) //// Constructor wxQuantize() {} - ~wxQuantize() {} + virtual ~wxQuantize() {} //// Operations