mirror of https://github.com/KLayout/klayout.git
Fixing non-Qt builds
This commit is contained in:
parent
e4789f7f1b
commit
788dd2b1bc
|
|
@ -416,10 +416,10 @@ EditorServiceBase::show_error (tl::Exception &ex)
|
||||||
tl::error << ex.msg ();
|
tl::error << ex.msg ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
int
|
||||||
EditorServiceBase::focus_page_open ()
|
EditorServiceBase::focus_page_open ()
|
||||||
{
|
{
|
||||||
// .. nothing yet ..
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue