Base: allow to use the classes XUTF8Str and StrXUTF8 outside FreeCADBase

This commit is contained in:
wmayer
2021-04-28 10:54:26 +02:00
parent 05a22ec22d
commit b5c49a6b77
3 changed files with 104 additions and 105 deletions

View File

@@ -1213,8 +1213,7 @@ void ParameterManager::Init(void)
void ParameterManager::Terminate(void)
{
StrXUTF8::terminate();
XUTF8Str::terminate();
XMLTools::terminate();
XMLPlatformUtils::Terminate();
}