Kaydet (Commit) e1b15a2e authored tarafından Michael Stahl's avatar Michael Stahl

vcl: make IconTestApp build with gcc 4.6

Change-Id: I5897a774b8949f336a40096a0727a347bae012ac
üst e7447790
...@@ -115,6 +115,8 @@ public: ...@@ -115,6 +115,8 @@ public:
virtual void Init() SAL_OVERRIDE; virtual void Init() SAL_OVERRIDE;
virtual int Main() SAL_OVERRIDE; virtual int Main() SAL_OVERRIDE;
IconTestApp() : nRet(EXIT_SUCCESS) {};
private: private:
int nRet; int nRet;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment