summaryrefslogtreecommitdiff
path: root/src/unittests/render/mockgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/render/mockgraphics.h')
-rw-r--r--src/unittests/render/mockgraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittests/render/mockgraphics.h b/src/unittests/render/mockgraphics.h
index c18e6acd1..e144cef02 100644
--- a/src/unittests/render/mockgraphics.h
+++ b/src/unittests/render/mockgraphics.h
@@ -48,7 +48,7 @@ class MockGraphics final : public Graphics
#include "render/softwaregraphicsdef.hpp"
RENDER_SOFTWAREGRAPHICSDEF_HPP
- std::vector<MockDrawItem> mDraws;
+ STD_VECTOR<MockDrawItem> mDraws;
};
#endif // UNITTESTS