Export determineTerminalSize() correctly

This commit is contained in:
Martchus 2017-10-30 22:34:10 +01:00
parent fa39e2a1aa
commit 3c16d2beb8
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ inline TerminalSize::TerminalSize(unsigned short rows, unsigned short columns, u
{
}
TerminalSize determineTerminalSize();
TerminalSize CPP_UTILITIES_EXPORT determineTerminalSize();
/*!
* \brief The Indentation class allows printing indentation conveniently, eg. cout << Indentation(4) << ...