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:
David Elliott 2004-10-22 15:50:24 +00:00
parent 4092a27504
commit 9d1e4703d3

View File

@ -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;