summaryrefslogtreecommitdiff
path: root/examples/cppunittest/XmlOutputterTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cppunittest/XmlOutputterTest.cpp')
-rw-r--r--examples/cppunittest/XmlOutputterTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/cppunittest/XmlOutputterTest.cpp b/examples/cppunittest/XmlOutputterTest.cpp
index 4ca9f25..dad689c 100644
--- a/examples/cppunittest/XmlOutputterTest.cpp
+++ b/examples/cppunittest/XmlOutputterTest.cpp
@@ -230,11 +230,11 @@ public:
int &statisticsCalls,
int &successfulTestCalls,
int &failedTestCalls )
- : m_successfulTestCalls( successfulTestCalls )
- , m_failedTestCalls( failedTestCalls )
- , m_beginCalls( beginCalls )
+ : m_beginCalls( beginCalls )
, m_endCalls( endCalls )
, m_statisticsCalls( statisticsCalls )
+ , m_successfulTestCalls( successfulTestCalls )
+ , m_failedTestCalls( failedTestCalls )
{
}