diff options
Diffstat (limited to 'src/stl_util.cc')
| -rw-r--r-- | src/stl_util.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stl_util.cc b/src/stl_util.cc index 16d8a63..f681b19 100644 --- a/src/stl_util.cc +++ b/src/stl_util.cc @@ -19,7 +19,7 @@ #include "stl_util.h" #include "exceptions.h" -#include "compose.hpp" +#include <dcp/compose.h> #include <string> #include <cmath> @@ -62,5 +62,5 @@ sub::stl_dfc_to_frame_rate (string s) return 30; } - throw STLError (String::compose ("Unknown disk format code %1 in binary STL file", s)); + throw STLError (dcp::compose ("Unknown disk format code %1 in binary STL file", s)); } |
