diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-04-13 18:31:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-04-13 18:31:26 +0200 |
commit | 3c854f6d316ddd7a3ddf85a148a8cf2e0c047e50 (patch) | |
tree | b47822fd2611bd5575c19c642f91c31677950643 /sal | |
parent | be7cbf49c4fa586bd6ec96c2d278a317894f569c (diff) |
WaE: initialization order
Diffstat (limited to 'sal')
-rw-r--r-- | sal/cppunittester/cppunittester.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index 7886c80d1253..6cae612deb6d 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -118,8 +118,8 @@ class CPPUNIT_API ProtectedFixtureFunctor private: const std::string &testlib; const std::string &args; - CppUnit::TestResult &result; std::vector<CppUnit::Protector *> &protectors; + CppUnit::TestResult &result; public: ProtectedFixtureFunctor(const std::string& testlib_, const std::string &args_, std::vector<CppUnit::Protector*> &protectors_, CppUnit::TestResult &result_) : testlib(testlib_) |