summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-27 12:30:28 +0200
committerNoel Grandin <noel@peralex.com>2014-10-27 15:32:55 +0200
commit627a9982f25b22520537592e9c7a566e0d9c950a (patch)
tree3e2e0628d23f68d6dd17f70360acf5f5910c979e /include/vcl/svapp.hxx
parent91fac2a32c1c6b784bd33cf664ea64a734b1c776 (diff)
cid#705053 Dereference after null check
re-arrange the code to help coverity out Change-Id: Iddc9284cbdcbaae7a0dc17e62d0e8f4b4832297c
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 68dd3c7eebde..7f9dc50c9679 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -1546,7 +1546,7 @@ public:
private:
- static void InitSettings();
+ static void InitSettings(ImplSVData* pSVData);
DECL_STATIC_LINK( Application, PostEventHandler, void* );
};