Another error.
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Feb 2020 20:31:17 +0000 (21:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Feb 2020 20:31:17 +0000 (21:31 +0100)
src/tools/dcpomatic.cc

index d50604740590b79153cf323759cc183b92a2ff6d..0f7461dfee97ddc4c22b57b12872aafd41845a94 100644 (file)
@@ -551,6 +551,8 @@ private:
                        wxDEFAULT_DIALOG_STYLE | wxDD_DIR_MUST_EXIST
                        );
 
+               DCPOMATIC_ASSERT(false);
+
                int r;
                while (true) {
                        r = c->ShowModal ();