summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/asyncquithandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/asyncquithandler.cxx')
-rw-r--r--comphelper/source/misc/asyncquithandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/asyncquithandler.cxx b/comphelper/source/misc/asyncquithandler.cxx
index 282bbaea427e..fd53cbd9bf4b 100644
--- a/comphelper/source/misc/asyncquithandler.cxx
+++ b/comphelper/source/misc/asyncquithandler.cxx
@@ -44,7 +44,7 @@ void AsyncQuitHandler::QuitApplication()
void AsyncQuitHandler::SetForceQuit() { mbForceQuit = true; }
-bool AsyncQuitHandler::IsForceQuit() { return mbForceQuit; }
+bool AsyncQuitHandler::IsForceQuit() const { return mbForceQuit; }
IMPL_STATIC_LINK_NOARG(AsyncQuitHandler, OnAsyncQuit, void*, void) { QuitApplication(); }