diff options
Diffstat (limited to 'src/wx/content_menu.h')
| -rw-r--r-- | src/wx/content_menu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h index 1faf16de6..a38109b07 100644 --- a/src/wx/content_menu.h +++ b/src/wx/content_menu.h @@ -40,6 +40,7 @@ public: private: void repeat (); + void join (); void find_missing (); void properties (); void re_examine (); @@ -58,6 +59,7 @@ private: ContentList _content; TimelineContentViewList _views; wxMenuItem* _repeat; + wxMenuItem* _join; wxMenuItem* _find_missing; wxMenuItem* _properties; wxMenuItem* _re_examine; |
