Skip to content

Commit a957386

Browse files
Merge pull request #2230 from KLayout/bugfix/issue-2229
Fixed build problem with 64bit coordinates and without Qt
2 parents 56ff29f + a353049 commit a957386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tl/tl/tlVariant.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ template <>
110110
TL_PUBLIC void extractor_impl (tl::Extractor &ex, __int128 &v)
111111
{
112112
if (! test_extractor_impl (ex, v)) {
113-
ex.error (tl::to_string (QObject::tr ("Expected a value specification")));
113+
ex.error (tl::to_string (tr ("Expected a value specification")));
114114
}
115115
}
116116

0 commit comments

Comments
 (0)