Windows build fix.

This commit is contained in:
Matthias Koefferlein 2019-06-11 08:37:39 +02:00
parent efbe847a27
commit ad041a63bc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace tl
* the separator and an integer disambiguator.
*/
template <class Set>
TL_PUBLIC std::string unique_name (const std::string &org_name, const Set &present_names, const std::string &sep = "$")
TL_PUBLIC_TEMPLATE std::string unique_name (const std::string &org_name, const Set &present_names, const std::string &sep = "$")
{
if (present_names.find (org_name) == present_names.end ()) {
return org_name;