Build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-05-08 10:05:40 +00:00
parent f38924e863
commit 0799bc868e

View File

@ -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