Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all assert...
[dcpomatic.git] / src / wx / kdm_dialog.cc
index 6a1f8051f90955938ea817534e120e0c2dd1ffff..9b1d6bc98ed1e12fdc0811b26f95a4f486ad6c0b 100644 (file)
@@ -472,7 +472,7 @@ boost::filesystem::path
 KDMDialog::cpl () const
 {
        int const item = _cpl->GetSelection ();
-       assert (item >= 0);
+       DCPOMATIC_ASSERT (item >= 0);
        return _cpls[item].cpl_file;
 }