diff options
Diffstat (limited to 'src/wx/markers_dialog.h')
| -rw-r--r-- | src/wx/markers_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/markers_dialog.h b/src/wx/markers_dialog.h index a3f3532e5..7d713bd59 100644 --- a/src/wx/markers_dialog.h +++ b/src/wx/markers_dialog.h @@ -37,6 +37,6 @@ public: MarkersDialog (wxWindow* parent, std::weak_ptr<Film> film, std::weak_ptr<FilmViewer> viewer); private: - std::list<std::shared_ptr<Marker> > _markers; + std::list<std::shared_ptr<Marker>> _markers; std::weak_ptr<Film> _film; }; |
