projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed unnecessary code from utilsunx.cpp
[wxWidgets.git]
/
include
/
wx
/
mac
/
frame.h
diff --git
a/include/wx/mac/frame.h
b/include/wx/mac/frame.h
index 3d6a52941d6c7ed0c212feb152df462f52762e3f..c342d83c90c928c5e2db4d30277e5728acb871b7 100644
(file)
--- a/
include/wx/mac/frame.h
+++ b/
include/wx/mac/frame.h
@@
-56,6
+56,7
@@
public:
const wxString& name = wxFrameNameStr);
virtual bool Destroy();
+ virtual bool IsTopLevel() const { return TRUE; }
void OnSize(wxSizeEvent& event);
void OnMenuHighlight(wxMenuEvent& event);