projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxMenuBar::Insert() seems to work!
[wxWidgets.git]
/
include
/
wx
/
dialog.h
diff --git
a/include/wx/dialog.h
b/include/wx/dialog.h
index ac5f9a967228e9981484d46f6244a6fe28fd02f0..fb131cd96ce6e89c9e41b70b98aa033c11c2b543 100644
(file)
--- a/
include/wx/dialog.h
+++ b/
include/wx/dialog.h
@@
-12,6
+12,10
@@
#ifndef _WX_DIALOG_H_BASE_
#define _WX_DIALOG_H_BASE_
+#ifdef __GNUG__
+ #pragma interface "dialogbase.h"
+#endif
+
#include "wx/defs.h"
#include "wx/panel.h"