summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mbgl/gl/custom_layer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/gl/custom_layer.cpp b/src/mbgl/gl/custom_layer.cpp
index bb87868d78..47d1e6ea87 100644
--- a/src/mbgl/gl/custom_layer.cpp
+++ b/src/mbgl/gl/custom_layer.cpp
@@ -7,7 +7,7 @@ namespace mbgl {
namespace style {
namespace {
-const LayerTypeInfo typeInfoCustom{"",
+const LayerTypeInfo typeInfoCustom{"custom",
LayerTypeInfo::Source::NotRequired,
LayerTypeInfo::Pass3D::NotRequired,
LayerTypeInfo::Layout::NotRequired,