mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-01 09:27:54 +00:00
Fix MSVC warning
This commit is contained in:
parent
8a52a39fdc
commit
801672b962
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* CATCH v1.0 build 6 (master branch)
|
||||
* Generated: 2013-07-25 08:10:27.710799
|
||||
* Generated: 2013-07-25 08:17:49.210246
|
||||
* ----------------------------------------------------------
|
||||
* This file has been merged from multiple headers. Please don't edit it directly
|
||||
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
|
||||
|
@ -4669,6 +4669,8 @@ namespace SectionTracking {
|
|||
m_tracker.leaveTestCase();
|
||||
}
|
||||
private:
|
||||
Guard( Guard const& );
|
||||
void operator = ( Guard const& );
|
||||
TestCaseTracker& m_tracker;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue