projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed label editor position for child properties
[wxWidgets.git]
/
include
/
wx
/
nonownedwnd.h
diff --git
a/include/wx/nonownedwnd.h
b/include/wx/nonownedwnd.h
index 8e4cd1daa8c59233e30dc5a95a99256ad212d4b3..45cb0bea410f5a17dc2b7261ebf6f2d94935f3a7 100644
(file)
--- a/
include/wx/nonownedwnd.h
+++ b/
include/wx/nonownedwnd.h
@@
-14,6
+14,8
@@
#if defined(__WXDFB__)
#include "wx/dfb/nonownedwnd.h"
+#elif defined(__WXMAC__)
+ #include "wx/osx/nonownedwnd.h"
#else
// other ports can derive both wxTLW and wxPopupWindow directly
// from wxWindow: