diff options
Diffstat (limited to 'source/frontend/StarErrorScreen.cpp')
-rw-r--r-- | source/frontend/StarErrorScreen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarErrorScreen.cpp b/source/frontend/StarErrorScreen.cpp index c5d207e..9162e5b 100644 --- a/source/frontend/StarErrorScreen.cpp +++ b/source/frontend/StarErrorScreen.cpp @@ -33,7 +33,7 @@ void ErrorScreen::setMessage(String const& errorMessage) { if (!m_paneManager->isDisplayed(m_errorPane)) { m_paneManager->displayPane(PaneLayer::Window, m_errorPane, [this](PanePtr) { m_accepted = true; - }); + }); } } |