From 95deab32ceadd2bca3912d866e76c6b0f1b931f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 28 Feb 2019 14:28:58 +0100 Subject: [core] extract attribute structs and gl::Vertex to separate namespace --- test/gl/bucket.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/gl/bucket.test.cpp') diff --git a/test/gl/bucket.test.cpp b/test/gl/bucket.test.cpp index 56d8ef372d..7e8740d8f9 100644 --- a/test/gl/bucket.test.cpp +++ b/test/gl/bucket.test.cpp @@ -22,7 +22,7 @@ bool operator==(const Segment& lhs, const Segment& rhs) std::tie(rhs.vertexOffset, rhs.indexOffset, rhs.vertexLength, rhs.indexLength); } -namespace gl { +namespace gfx { namespace detail { template @@ -31,7 +31,7 @@ bool operator==(const Vertex& lhs, const Vertex& rhs) { } } // namespace detail -} // namespace gl +} // namespace gfx } // namespace mbgl using namespace mbgl; -- cgit v1.2.1