projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add wxImage::InitAllHandlers()
[wxWidgets.git]
/
include
/
wx
/
brush.h
diff --git
a/include/wx/brush.h
b/include/wx/brush.h
index e5d99b39a18bd282f23ac6d3c11c1f9a41ead65f..3955876d1d876b44109f6557ddebde72e7c35020 100644
(file)
--- a/
include/wx/brush.h
+++ b/
include/wx/brush.h
@@
-11,6
+11,8
@@
#include "wx/qt/brush.h"
#elif defined(__WXMAC__)
#include "wx/mac/brush.h"
+#elif defined(__WXPM__)
+#include "wx/os2/brush.h"
#elif defined(__WXSTUBS__)
#include "wx/stubs/brush.h"
#endif