diff options
Diffstat (limited to 'src/unittests/render')
-rw-r--r-- | src/unittests/render/mockgraphics.h | 2 |
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 |