]> git.saurik.com Git - wxWidgets.git/commitdiff
Forgot the appropriate return statement for the last patch.
authorDavid Elliott <dfe@tgwbd.org>
Fri, 22 Oct 2004 15:50:24 +0000 (15:50 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 22 Oct 2004 15:50:24 +0000 (15:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/taskbar.mm

index 1a5cd8e5006089e69e9ca2b52372aa430397d99e..d6743993e289cc677578adc51d76d2de62840e1b 100644 (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;