From 74af076d405a089fac70a47e41fe92d04d97fc50 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 30 May 2017 13:58:59 -0700 Subject: [core] Split RenderStyle from Style --- test/tile/annotation_tile.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/tile') diff --git a/test/tile/annotation_tile.test.cpp b/test/tile/annotation_tile.test.cpp index bfd991c504..927799b26d 100644 --- a/test/tile/annotation_tile.test.cpp +++ b/test/tile/annotation_tile.test.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include #include @@ -26,7 +26,7 @@ public: util::RunLoop loop; ThreadPool threadPool { 1 }; AnnotationManager annotationManager; - style::Style style { threadPool, fileSource, 1.0 }; + RenderStyle style { threadPool, fileSource }; SpriteAtlas spriteAtlas; GlyphAtlas glyphAtlas { { 512, 512, }, fileSource }; -- cgit v1.2.1