mirror of https://github.com/KLayout/klayout.git
Fixed build problem with 64bit coordinates and without Qt
This commit is contained in:
parent
dacb3230d5
commit
a35304912f
|
|
@ -110,7 +110,7 @@ template <>
|
||||||
TL_PUBLIC void extractor_impl (tl::Extractor &ex, __int128 &v)
|
TL_PUBLIC void extractor_impl (tl::Extractor &ex, __int128 &v)
|
||||||
{
|
{
|
||||||
if (! test_extractor_impl (ex, 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")));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue