diff options
Diffstat (limited to 'include/desktop')
-rw-r--r-- | include/desktop/crashreport.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/desktop/crashreport.hxx b/include/desktop/crashreport.hxx index 3af83b8e637c..585c0af5e1a9 100644 --- a/include/desktop/crashreport.hxx +++ b/include/desktop/crashreport.hxx @@ -52,6 +52,8 @@ public: static bool readSendConfig(std::string& response); + static bool IsDumpEnable(); + private: static osl::Mutex maMutex; static bool mbInit; |