summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-11 00:14:27 +0100
committerCarl Hetherington <cth@carlh.net>2026-01-13 00:30:00 +0100
commit152a1e6976b8188116cd1b819531e135c4c1663f (patch)
treea5856bc1be878bc31f8fe25c78f013eb1cce6cd1 /src/wx/content_menu.h
parentd9913641c864b9bc1588a757a551ba52afbb00b0 (diff)
White space: content_menu.{cc,h}
Diffstat (limited to 'src/wx/content_menu.h')
-rw-r--r--src/wx/content_menu.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h
index 41695c33f..b09556831 100644
--- a/src/wx/content_menu.h
+++ b/src/wx/content_menu.h
@@ -46,26 +46,26 @@ class ContentMenu
public:
ContentMenu(wxWindow* parent, FilmViewer& viewer);
- ContentMenu (ContentMenu const &) = delete;
- ContentMenu& operator= (ContentMenu const &) = delete;
+ ContentMenu(ContentMenu const &) = delete;
+ ContentMenu& operator=(ContentMenu const &) = delete;
- void popup (std::weak_ptr<Film>, ContentList, TimelineContentViewList, wxPoint);
+ void popup(std::weak_ptr<Film>, ContentList, TimelineContentViewList, wxPoint);
private:
- void repeat ();
- void join ();
- void find_missing ();
- void properties ();
- void advanced ();
- void re_examine ();
- void auto_crop ();
+ void repeat();
+ void join();
+ void find_missing();
+ void properties();
+ void advanced();
+ void re_examine();
+ void auto_crop();
void copy_settings();
- void kdm ();
- void ov ();
- void set_dcp_settings ();
+ void kdm();
+ void ov();
+ void set_dcp_settings();
void set_dcp_markers();
- void remove ();
- void cpl_selected (wxCommandEvent& ev);
+ void remove();
+ void cpl_selected(wxCommandEvent& ev);
wxMenu* _menu;
wxMenu* _cpl_menu;