Forgot the appropriate return statement for the last patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4092a27504
commit
9d1e4703d3
@ -63,7 +63,7 @@ public:
|
||||
protected:
|
||||
inline wxMenu* CreatePopupMenu()
|
||||
{ wxASSERT(m_taskBarIcon);
|
||||
m_taskBarIcon->CreatePopupMenu();
|
||||
return m_taskBarIcon->CreatePopupMenu();
|
||||
}
|
||||
wxTaskBarIcon *m_taskBarIcon;
|
||||
wxTaskBarIconWindow *m_iconWindow;
|
||||
|
Loading…
Reference in New Issue
Block a user