mirror of https://github.com/KLayout/klayout.git
Build issue fixed on Windows.
This commit is contained in:
parent
215ce8812b
commit
d37a744322
|
|
@ -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 ();
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue