mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-05 09:02:53 +02:00
Fixed build problem with 64bit coordinates and without Qt
This commit is contained in:
@@ -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")));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user