include/desktop/crashreport.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2dddc338db78efafcadb384d9feac440fb976654 Author: Miklos Vajna <[email protected]> Date: Thu Feb 25 09:35:31 2016 +0100 desktop: fix loplugin:staticmethods Change-Id: Ic9f86c991de8faecd3071805762e83132196cfd7 diff --git a/include/desktop/crashreport.hxx b/include/desktop/crashreport.hxx index ace76c7..f7f36e3 100644 --- a/include/desktop/crashreport.hxx +++ b/include/desktop/crashreport.hxx @@ -32,7 +32,7 @@ class DESKTOP_DLLPUBLIC CrashReporter public: static void AddKeyValue(const OUString& rKey, const OUString& rValue); - const char* getIniFileName(); + static const char* getIniFileName(); private: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
