From: Jean-Philippe Bruyère Date: Fri, 9 Apr 2021 02:54:22 +0000 (+0200) Subject: Style value as string, no longer as object X-Git-Tag: v0.9.5-beta~33 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=cbf53cdeb27b06238e009e8aa2d86ae5bc77b729;p=jp%2Fcrow.git Style value as string, no longer as object --- 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();