summaryrefslogtreecommitdiff
path: root/include/desktop
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-25 09:35:31 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-25 09:35:45 +0100
commit2dddc338db78efafcadb384d9feac440fb976654 (patch)
treee49caa962d30bbbdb12a129f07c673a29eae1aba /include/desktop
parentbd276bf04ce9441f1546f8ce47a4c6e507ce1974 (diff)
desktop: fix loplugin:staticmethods
Change-Id: Ic9f86c991de8faecd3071805762e83132196cfd7
Diffstat (limited to 'include/desktop')
-rw-r--r--include/desktop/crashreport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/desktop/crashreport.hxx b/include/desktop/crashreport.hxx
index ace76c772816..f7f36e3494f5 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: