Build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f38924e863
commit
0799bc868e
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: effects.h
|
||||
// Name: wx/effects.h
|
||||
// Purpose: wxEffects class
|
||||
// Draws 3D effects.
|
||||
// Author: Julian Smart et al
|
||||
@ -17,6 +17,9 @@
|
||||
* wxEffects: various 3D effects
|
||||
*/
|
||||
|
||||
#include "wx/object.h"
|
||||
#include "wx/colour.h"
|
||||
|
||||
class WXDLLEXPORT wxEffects: public wxObject
|
||||
{
|
||||
DECLARE_CLASS(wxEffects)
|
||||
@ -68,4 +71,3 @@ protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user