summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-11 15:06:52 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-13 12:39:52 +0100
commite8c5f14cb6736bdfa3610b2559c6c331c1c56984 (patch)
treecb1a18b733411ce2b5a80aa0396d4aafdb11ff92 /src/wx/content_menu.h
parent66527e65e21c2981d2b94f83ad9decfa99f46aad (diff)
Separate code for the content panel out into a separate class.
Diffstat (limited to 'src/wx/content_menu.h')
-rw-r--r--src/wx/content_menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h
index a9f9093c6..f2ad3aa75 100644
--- a/src/wx/content_menu.h
+++ b/src/wx/content_menu.h
@@ -30,9 +30,9 @@ class Film;
class ContentMenu
{
public:
- ContentMenu (wxWindow *);
+ ContentMenu (wxWindow* p);
~ContentMenu ();
-
+
void popup (boost::weak_ptr<Film>, ContentList, wxPoint);
private: