From bfafc360a7257f57999edbcbd484a0e18b40798a Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Wed, 17 Feb 2016 18:22:03 +0200 Subject: [gl] Moved TexturePool to gl namespace --- test/style/source.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/style/source.cpp b/test/style/source.cpp index 9b3857fc07..993d827ce1 100644 --- a/test/style/source.cpp +++ b/test/style/source.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include @@ -29,7 +29,7 @@ public: Transform transform { view, ConstrainMode::HeightOnly }; TransformState transformState; Worker worker { 1 }; - TexturePool texturePool; + gl::TexturePool texturePool; MapData mapData { MapMode::Still, GLContextMode::Unique, 1.0 }; Style style { mapData }; -- cgit v1.2.1