Fixed Windows build.

This commit is contained in:
Matthias Koefferlein 2017-12-27 18:27:18 +01:00
parent c63a47dd89
commit 7a28389bf1
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ LONG WINAPI ExceptionHandler(PEXCEPTION_POINTERS pExceptionInfo)
SymCleanup (process);
bool has_gui = lay::Application::instance () && lay::Application::instance ()->has_gui ();
bool has_gui = lay::ApplicationBase::instance () && lay::ApplicationBase::instance ()->has_gui ();
if (has_gui) {
// YES! I! KNOW!