projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disconnect "hide" menu signal to fix menu destruction in wxGTK.
[wxWidgets.git]
/
include
/
wx
/
statbox.h
diff --git
a/include/wx/statbox.h
b/include/wx/statbox.h
index 203790654a6e0875a5632d66ba9a2d86e71495df..2b3683d3d722a933eac3d39fba5ec5ae9f51a67a 100644
(file)
--- a/
include/wx/statbox.h
+++ b/
include/wx/statbox.h
@@
-50,7
+50,7
@@
protected:
// choose the default border for this window
virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
// choose the default border for this window
virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
- DECLARE_NO_COPY_CLASS(wxStaticBoxBase)
+ wxDECLARE_NO_COPY_CLASS(wxStaticBoxBase);
};
#if defined(__WXUNIVERSAL__)
};
#if defined(__WXUNIVERSAL__)