diff --git a/playground/grids/main.cpp b/playground/grids/main.cpp index 62a666b5..269ab855 100644 --- a/playground/grids/main.cpp +++ b/playground/grids/main.cpp @@ -45,7 +45,7 @@ class Box : public TestBox int count() const { - return m_tests.size(); + return static_cast< int >( m_tests.size() ); } private: