Fixed build problem with 64bit coordinates and without Qt

This commit is contained in:
Matthias Koefferlein 2025-11-25 22:22:52 +01:00
parent dacb3230d5
commit a35304912f
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ template <>
TL_PUBLIC void extractor_impl (tl::Extractor &ex, __int128 &v)
{
if (! test_extractor_impl (ex, v)) {
ex.error (tl::to_string (QObject::tr ("Expected a value specification")));
ex.error (tl::to_string (tr ("Expected a value specification")));
}
}