projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added another AddPane() call which allows the caller to add a new window at a certain...
[wxWidgets.git]
/
src
/
gtk1
/
scrolbar.cpp
diff --git
a/src/gtk1/scrolbar.cpp
b/src/gtk1/scrolbar.cpp
index 4fcc4eb928fb6c4bddf0ff2480aa4997fedd30e8..b2ef2c4cf1ccbe49d3a74c75085e0485a906cd41 100644
(file)
--- a/
src/gtk1/scrolbar.cpp
+++ b/
src/gtk1/scrolbar.cpp
@@
-16,9
+16,9
@@
#ifndef WX_PRECOMP
#include "wx/utils.h"
+ #include "wx/math.h"
#endif
-#include "wx/math.h"
#include "wx/gtk1/private.h"
//-----------------------------------------------------------------------------