diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-03 22:32:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-03 22:32:58 +0100 |
| commit | 5a8f1059efce6eeac2f1f3c01acc41424f3950d6 (patch) | |
| tree | 8a95c9bda29115e7d4acfafa473dd4cafcc2e4bd /src/wx/screens_panel.h | |
| parent | b81f1396528f01bead8c1faf128a277820980025 (diff) | |
c++11 tidying.
Diffstat (limited to 'src/wx/screens_panel.h')
| -rw-r--r-- | src/wx/screens_panel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/screens_panel.h b/src/wx/screens_panel.h index 35d935bea..70b12a1d6 100644 --- a/src/wx/screens_panel.h +++ b/src/wx/screens_panel.h @@ -40,7 +40,7 @@ public: explicit ScreensPanel (wxWindow* parent); ~ScreensPanel (); - std::list<std::shared_ptr<dcpomatic::Screen> > screens () const; + std::list<std::shared_ptr<dcpomatic::Screen>> screens () const; void setup_sensitivity (); boost::signals2::signal<void ()> ScreensChanged; @@ -69,8 +69,8 @@ private: wxButton* _remove_screen; wxTreeItemId _root; - typedef std::map<wxTreeItemId, std::shared_ptr<Cinema> > CinemaMap; - typedef std::map<wxTreeItemId, std::shared_ptr<dcpomatic::Screen> > ScreenMap; + typedef std::map<wxTreeItemId, std::shared_ptr<Cinema>> CinemaMap; + typedef std::map<wxTreeItemId, std::shared_ptr<dcpomatic::Screen>> ScreenMap; CinemaMap _cinemas; ScreenMap _screens; |
