XRC headers cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: xh_cald.h
|
||||
// Name: wx/xrc/xh_cald.h
|
||||
// Purpose: XML resource handler for wxCalendarCtrl
|
||||
// Author: Brian Gavin
|
||||
// Created: 2000/09/09
|
||||
@@ -11,6 +11,10 @@
|
||||
#ifndef _WX_XH_CALD_H_
|
||||
#define _WX_XH_CALD_H_
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_XRC && wxUSE_CALENDARCTRL
|
||||
|
||||
#include "wx/xrc/xmlres.h"
|
||||
|
||||
class WXDLLIMPEXP_XRC wxCalendarCtrlXmlHandler : public wxXmlResourceHandler
|
||||
@@ -22,5 +26,6 @@ public:
|
||||
virtual bool CanHandle(wxXmlNode *node);
|
||||
};
|
||||
|
||||
#endif // wxUSE_XRC && wxUSE_CALENDARCTRL
|
||||
|
||||
#endif // _WX_XH_CALD_H_
|
||||
|
Reference in New Issue
Block a user