diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-08 16:05:39 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-08 16:07:53 +0200 |
commit | e1b15a2eec0f28ae8e45354687f86aaf87976fab (patch) | |
tree | eb1cf4111491d18db98626e6e240dcadbab33138 /vcl | |
parent | e7447790e65b61ac212586eacefe3b861ad46628 (diff) |
vcl: make IconTestApp build with gcc 4.6
Change-Id: I5897a774b8949f336a40096a0727a347bae012ac
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/workben/icontest.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/workben/icontest.cxx b/vcl/workben/icontest.cxx index 2d0923139b40..2df0f9c7ea83 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; |