X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fsubtitle_view.cc;h=33ef7cfda14817326ca1de8a3f75011df7aa4026;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=b58af3019db6357aebf9eb07901ba731ae1f9775;hpb=f07d5125a7b609320682689abe40781f096ca25e;p=dcpomatic.git diff --git a/src/wx/subtitle_view.cc b/src/wx/subtitle_view.cc index b58af3019..33ef7cfda 100644 --- a/src/wx/subtitle_view.cc +++ b/src/wx/subtitle_view.cc @@ -47,7 +47,7 @@ SubtitleView::SubtitleView (wxWindow* parent, shared_ptr film, shared_ptr< ip.SetText (_("End")); ip.SetWidth (100); _list->InsertColumn (1, ip); - } + } { wxListItem ip;