Adding class Fake to the start;

This commit is contained in:
sergiotarxz 2022-08-02 06:57:08 +02:00
parent 873d2992c9
commit fba5287da2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {