We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3808ff7 commit 6f66780Copy full SHA for 6f66780
1 file changed
src/FunctionFake.h
@@ -1,5 +1,4 @@
1
-#ifndef FUNCTION_FAKE_H
2
-#define FUNCTION_FAKE_H
+#pragma once
3
4
#include "fakeit/fakeit.hpp"
5
@@ -40,5 +39,3 @@ struct FunctionFake
40
39
41
virtual long map(long, long, long, long, long) = 0;
42
};
43
-
44
-#endif // FUNCTION_FAKE_H
0 commit comments