X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.h;fp=src%2Flib%2Futil.h;h=4f64369d33ac6d5cdb34e73b60be7a6e1f09b069;hb=80313b07095814f0178be70bc0651c1e052decea;hp=b85cf0a333fef898a4829e15917bbd7afdd61651;hpb=82f87c7711fb664b06b04d44792ed3820b3d1e01;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index b85cf0a33..4f64369d3 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -114,4 +114,6 @@ number_attribute(cxml::ConstNodePtr node, std::string name1, std::string name2) return *value; } +extern std::string screen_names_to_string(std::vector names); + #endif