Give markers dialog a close button (#2070).
[dcpomatic.git] / src / wx / markers_dialog.h
index a3f3532e5b53a9d666f54cb86b06688e0a0b4c43..7d713bd59fbf4f60ff723c1399de7b333b7877c7 100644 (file)
@@ -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;
 };