Skip to content
Snippets Groups Projects
Commit 5b70c0bd authored by jwendt's avatar jwendt
Browse files

also remove reporter struct from sdl and openvr mock

parent 75ab7bb6
Branches
Tags
1 merge request!128Feature/#251 make sure tests cpp is compiled once
......@@ -38,8 +38,6 @@ OpenVRMock openvr_mock;
#pragma clang diagnostic pop
#endif
extern template struct trompeloeil::reporter<trompeloeil::specialized>;
namespace vr {
extern "C" {
......
......@@ -33,8 +33,6 @@ SdlMock sdl_mock;
#pragma clang diagnostic pop
#endif
extern template struct trompeloeil::reporter<trompeloeil::specialized>;
extern "C" {
int SDL_Init(Uint32 flags) { return sdl_mock.Get().SDL_Init(flags); }
int SDL_InitSubSystem(Uint32 flags) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment