summaryrefslogtreecommitdiff
path: root/test/style/glyph_store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/glyph_store.cpp')
-rw-r--r--test/style/glyph_store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/glyph_store.cpp b/test/style/glyph_store.cpp
index a4bc0e3135..55f19672af 100644
--- a/test/style/glyph_store.cpp
+++ b/test/style/glyph_store.cpp
@@ -134,7 +134,7 @@ TEST(GlyphStore, LoadingCancel) {
test.fileSource.glyphsResponse = [&] (const Resource&) {
test.end();
- return Response();
+ return optional<Response>();
};
test.observer.glyphsLoaded = [&] (const std::string&, const GlyphRange&) {