projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxTextBuffer::Clear() (patch 706188)
[wxWidgets.git]
/
include
/
wx
/
statbox.h
diff --git
a/include/wx/statbox.h
b/include/wx/statbox.h
index 61b9d166cea57e389c539020044f6f53d3e3a63c..7effb7b4a219f5b8efaefb2ed3958946e8ca0f70 100644
(file)
--- a/
include/wx/statbox.h
+++ b/
include/wx/statbox.h
@@
-28,6
+28,8
@@
public:
#include "wx/gtk/statbox.h"
#elif defined(__WXMAC__)
#include "wx/mac/statbox.h"
+#elif defined(__WXCOCOA__)
+#include "wx/cocoa/statbox.h"
#elif defined(__WXPM__)
#include "wx/os2/statbox.h"
#endif