From fba5287da26621345729c10ec683e68185bb3940 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Tue, 2 Aug 2022 06:57:08 +0200 Subject: [PATCH] Adding class Fake to the start; --- elfspy/Fake.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfspy/Fake.h b/elfspy/Fake.h index 25765eb..fca5c61 100644 --- a/elfspy/Fake.h +++ b/elfspy/Fake.h @@ -16,7 +16,7 @@ namespace spy * The constructor installs the new function in place of the function, the * destructor uninstalls it */ - +class Fake; template extern std::vector> fake_list; void delete_mocks (void) {