summaryrefslogtreecommitdiff
path: root/include/desktop
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-11-25 17:10:39 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-02-26 11:28:58 +0000
commit97474cae830524fe57887d26743760bd49bb47ec (patch)
tree4586df54d78ee42fe185bb2900cae40e33cc153f /include/desktop
parent236f3089175c601e2be36d034b3214d06be89767 (diff)
log some information about used OpenGL device
Change-Id: I0c050396e6b1efa7dd2f003a79a9dc506135197a Reviewed-on: https://gerrit.libreoffice.org/22555 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
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 b1f15fb731b4..02cc5a05a5ac 100644
--- a/include/desktop/crashreport.hxx
+++ b/include/desktop/crashreport.hxx
@@ -44,7 +44,7 @@ private:
// everywhere we want to log something to the crash report system.
#if HAVE_FEATURE_BREAKPAD
#else
-void CrashReporter::AddKeyValue(const OUString& /*rKey*/, const OUString& /*rValue*/)
+inline void CrashReporter::AddKeyValue(const OUString& /*rKey*/, const OUString& /*rValue*/)
{
}
#endif