X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fwx%2Fmarkers_dialog.h;h=7d713bd59fbf4f60ff723c1399de7b333b7877c7;hb=b7672a6d2d999489a188c539de7d01f5042fdee5;hp=a3f3532e5b53a9d666f54cb86b06688e0a0b4c43;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git 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, std::weak_ptr viewer); private: - std::list > _markers; + std::list> _markers; std::weak_ptr _film; };