projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Work around compile problem with some versions of gcc 2.95 (Debian 3.0 and OS X 10...
[wxWidgets.git]
/
src
/
cocoa
/
mdi.mm
diff --git
a/src/cocoa/mdi.mm
b/src/cocoa/mdi.mm
index da1375de1ebecf1ba3c91d33b46d894fdb6ecabd..015445cccd8dfc378c3dc8769ac507a799d31d79 100644
(file)
--- a/
src/cocoa/mdi.mm
+++ b/
src/cocoa/mdi.mm
@@
-10,6
+10,9
@@
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
+
+#if wxUSE_MDI
+
#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/mdi.h"
@@
-333,3
+336,4
@@
bool wxMDIClientWindow::CreateClient( wxMDIParentFrame *parent, long style)
return false;
}
+#endif