// Author: Vadim Zeitlin
// Modified by:
// Created: 19.08.00
-// RCS-ID: $Id$
// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// wxColourScheme
// ----------------------------------------------------------------------------
-class WXDLLEXPORT wxColourScheme
+class WXDLLIMPEXP_CORE wxColourScheme
{
public:
// the standard colours
virtual wxColour GetBackground(wxWindow *win) const = 0;
// virtual dtor for any base class
- virtual ~wxColourScheme();
+ virtual ~wxColourScheme() {}
};
// some people just can't spell it correctly :-)