Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all assert...
[dcpomatic.git] / src / lib / content.cc
index ba83e262704446652f1a809bc45fed5847d14306..a8d058cc19cd2c8d3e1ef0b765520ea07777287d 100644 (file)
@@ -270,7 +270,7 @@ Content::path_summary () const
 {
        /* XXX: should handle multiple paths more gracefully */
 
-       assert (number_of_paths ());
+       DCPOMATIC_ASSERT (number_of_paths ());
 
        string s = path(0).filename().string ();
        if (number_of_paths() > 1) {