Fixing non-Qt builds

This commit is contained in:
Matthias Koefferlein 2025-09-09 22:36:41 +02:00
parent e4789f7f1b
commit 788dd2b1bc
1 changed files with 2 additions and 2 deletions

View File

@ -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