Adding class Fake to the start;
This commit is contained in:
parent
873d2992c9
commit
fba5287da2
@ -16,7 +16,7 @@ namespace spy
|
||||
* The constructor installs the new function in place of the function, the
|
||||
* destructor uninstalls it
|
||||
*/
|
||||
|
||||
class Fake;
|
||||
template <typename H, typename ReturnType, typename... ArgTypes>
|
||||
extern std::vector<std::shared_ptr<Fake>> fake_list;
|
||||
void delete_mocks (void) {
|
||||
|
Loading…
Reference in New Issue
Block a user