summaryrefslogtreecommitdiff
path: root/examples/cppunittest/MockProtector.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cppunittest/MockProtector.h')
-rw-r--r--examples/cppunittest/MockProtector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/cppunittest/MockProtector.h b/examples/cppunittest/MockProtector.h
index 54790e9..ace538d 100644
--- a/examples/cppunittest/MockProtector.h
+++ b/examples/cppunittest/MockProtector.h
@@ -19,10 +19,10 @@ class MockProtector : public CPPUNIT_NS::Protector
{
public:
MockProtector()
- : m_expectException( false )
- , m_hasExpectation( false )
- , m_wasCalled( false )
+ : m_wasCalled( false )
, m_wasTrapped( false )
+ , m_expectException( false )
+ , m_hasExpectation( false )
, m_shouldPropagateException( false )
{
}