From cbf53cdeb27b06238e009e8aa2d86ae5bc77b729 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Fri, 9 Apr 2021 04:54:22 +0200 Subject: [PATCH] Style value as string, no longer as object --- Crow/src/styling/Style.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crow/src/styling/Style.cs b/Crow/src/styling/Style.cs index ded06b60..6694dfa8 100644 --- a/Crow/src/styling/Style.cs +++ b/Crow/src/styling/Style.cs @@ -24,7 +24,7 @@ namespace Crow return string.Format ("{0} ({1},{2})", FilePath, Line, Column); } } - public class Style : Dictionary + public class Style : Dictionary { #if DESIGN_MODE public Dictionary Locations = new Dictionary(); -- 2.47.3