From 269936f3ac6908d61a9114057f75e54f63f42a47 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 9 Mar 2016 12:20:09 +1300 Subject: [PATCH] Fix typo --- interface/resources/qml/styles-uit/HifiConstants.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/styles-uit/HifiConstants.qml b/interface/resources/qml/styles-uit/HifiConstants.qml index b884793025..eb4c84b5b8 100644 --- a/interface/resources/qml/styles-uit/HifiConstants.qml +++ b/interface/resources/qml/styles-uit/HifiConstants.qml @@ -41,7 +41,7 @@ Item { glyph = hifi.glyphs.placemark; break; default: - ch = hifi.glyphs.noIcon; + glyph = hifi.glyphs.noIcon; } return glyph; }