X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcpomatic_time_coalesce.h;h=e6e16641ef7e65091993dbe1d4e1b892fac0eeae;hp=e103e80e67750947a35dfdc403af5183959f875f;hb=c4403784febdbdd42e9c32e67fadb147f11fe566;hpb=248fe9bd28d93a9e269093b4dfbec5d0ceb49ce1 diff --git a/src/lib/dcpomatic_time_coalesce.h b/src/lib/dcpomatic_time_coalesce.h index e103e80e6..e6e16641e 100644 --- a/src/lib/dcpomatic_time_coalesce.h +++ b/src/lib/dcpomatic_time_coalesce.h @@ -21,6 +21,8 @@ #include "dcpomatic_time.h" #include +namespace dcpomatic { + /** @param periods Set of periods in ascending order of from time */ template std::list > coalesce (std::list > periods) @@ -46,3 +48,5 @@ std::list > coalesce (std::list > periods) return periods; } + +}