projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ugly compilation fix for wxMotif
[wxWidgets.git]
/
src
/
common
/
menucmn.cpp
diff --git
a/src/common/menucmn.cpp
b/src/common/menucmn.cpp
index 86b13483796a482c63a01dab24417fb765d7d8e3..fd1cc38a1e135b7abfd61c9a6bec376ad92c96c2 100644
(file)
--- a/
src/common/menucmn.cpp
+++ b/
src/common/menucmn.cpp
@@
-501,7
+501,7
@@
bool wxMenuBarBase::Insert(size_t pos, wxMenu *menu,
{
if ( pos == m_menus.GetCount() )
{
{
if ( pos == m_menus.GetCount() )
{
- return Append(menu, title);
+ return
wxMenuBarBase::
Append(menu, title);
}
else
{
}
else
{