diff options
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; |