X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_panel.cc;h=f51d5ed48da7cd955b9afe8470305be26ab7d7b8;hb=b3a11879c49c8c0f79e7643827125ae8a7c82a01;hp=a7c9a445482ce486c30eea5b722464479c538631;hpb=7fa7b39acdb940d8eafdf8b553525dae7c152084;p=dcpomatic.git diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index a7c9a4454..f51d5ed48 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -483,7 +483,7 @@ ContentPanel::add_folder_clicked () return; } - list > content; + vector> content; try { content = content_factory (path); @@ -550,7 +550,7 @@ bool ContentPanel::remove_clicked (bool hotkey) { /* If the method was called because Delete was pressed check that our notebook page - is visible and that the content list is focussed. + is visible and that the content list is focused. */ if (hotkey && (_parent->GetCurrentPage() != _splitter || !_content->HasFocus())) { return true;