Fix linking problem

This commit is contained in:
Markus Gans 2016-10-11 05:31:12 +02:00
parent b668f7011c
commit 560e8c9811
1 changed files with 1 additions and 1 deletions

View File

@ -2103,7 +2103,7 @@ void FTerm::finish()
}
//----------------------------------------------------------------------
inline uInt FTerm::charEncode (uInt c)
uInt FTerm::charEncode (uInt c)
{
return charEncode (c, Encoding);
}