projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
documented static_data parameter of SetAlpha()
[wxWidgets.git]
/
src
/
gtk
/
region.cpp
diff --git
a/src/gtk/region.cpp
b/src/gtk/region.cpp
index 20746fb14bde77d0282562de69f631629d707215..5807eabbeec9a3062d06f9e800c7521540f16c52 100644
(file)
--- a/
src/gtk/region.cpp
+++ b/
src/gtk/region.cpp
@@
-23,10
+23,8
@@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
-#include "wx/log.h"
-
#include "wx/region.h"
-
+#include "wx/log.h"
#include "wx/gtk/private.h"
#ifndef __WXGTK20__