Build issue fixed on Windows.

This commit is contained in:
Matthias Koefferlein 2019-11-21 22:03:01 +01:00
parent 215ce8812b
commit d37a744322
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ std::string TL_PUBLIC get_module_path (void *addr);
/**
* @brief Gets the line separator (CRLF on windows, LF on linux)
*/
const char * TL_PUBLIC line_separator ();
TL_PUBLIC const char *line_separator ();
}