Fix MSVC warning

This commit is contained in:
Phil Nash
2013-07-25 08:18:09 +01:00
parent 8a52a39fdc
commit 801672b962
2 changed files with 5 additions and 1 deletions

View File

@@ -119,6 +119,8 @@ namespace SectionTracking {
m_tracker.leaveTestCase();
}
private:
Guard( Guard const& );
void operator = ( Guard const& );
TestCaseTracker& m_tracker;
};