[Libreoffice-commits] core.git: vcl/workben
Michael Stahl
mstahl at redhat.com
Wed Oct 8 07:13:02 PDT 2014
vcl/workben/icontest.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit e1b15a2eec0f28ae8e45354687f86aaf87976fab
Author: Michael Stahl <mstahl at redhat.com>
Date: Wed Oct 8 16:05:39 2014 +0200
vcl: make IconTestApp build with gcc 4.6
Change-Id: I5897a774b8949f336a40096a0727a347bae012ac
diff --git a/vcl/workben/icontest.cxx b/vcl/workben/icontest.cxx
index 2d09231..2df0f9c 100644
--- a/vcl/workben/icontest.cxx
+++ b/vcl/workben/icontest.cxx
@@ -115,6 +115,8 @@ public:
virtual void Init() SAL_OVERRIDE;
virtual int Main() SAL_OVERRIDE;
+ IconTestApp() : nRet(EXIT_SUCCESS) {};
+
private:
int nRet;
More information about the Libreoffice-commits
mailing list