X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdrive_wipe_warning_dialog.cc;h=094a1ddede904765e1ef5506130a468442eed03f;hb=82b08e910e07bb571b11368124d49dc3d73e33ca;hp=23e007a05302dc1091ba2ab4aa95f7e87c4f39ff;hpb=dfc1003dfddd3f5e10204ec9b7c2b76cf0436325;p=dcpomatic.git diff --git a/src/wx/drive_wipe_warning_dialog.cc b/src/wx/drive_wipe_warning_dialog.cc index 23e007a05..094a1dded 100644 --- a/src/wx/drive_wipe_warning_dialog.cc +++ b/src/wx/drive_wipe_warning_dialog.cc @@ -18,10 +18,12 @@ */ + #include "drive_wipe_warning_dialog.h" #include "static_text.h" #include "wx_util.h" + DriveWipeWarningDialog::DriveWipeWarningDialog (wxWindow* parent, wxString drive) : wxDialog (parent, wxID_ANY, _("Important notice")) {