projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Improve horizontal scrolling in wxRibbonControl.
[wxWidgets.git]
/
include
/
wx
/
generic
/
colrdlgg.h
diff --git
a/include/wx/generic/colrdlgg.h
b/include/wx/generic/colrdlgg.h
index e1b9e4268f51ee41e54d8d147b4956c05e363f88..d792b7aac193f9241b90669d278287e4533c2c67 100644
(file)
--- a/
include/wx/generic/colrdlgg.h
+++ b/
include/wx/generic/colrdlgg.h
@@
-9,13
+9,11
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifndef _
_COLORDLGH_G_
_
-#define _
_COLORDLGH_G_
_
+#ifndef _
WX_COLORDLGG_H
_
+#define _
WX_COLORDLGG_H
_
-#include "wx/defs.h"
#include "wx/gdicmn.h"
#include "wx/dialog.h"
#include "wx/gdicmn.h"
#include "wx/dialog.h"
-#include "wx/cmndata.h"
#define wxID_ADD_CUSTOM 3000
#define wxID_ADD_CUSTOM 3000
@@
-116,4
+114,4
@@
protected:
DECLARE_DYNAMIC_CLASS(wxGenericColourDialog)
};
DECLARE_DYNAMIC_CLASS(wxGenericColourDialog)
};
-#endif
+#endif
// _WX_COLORDLGG_H_