]> O.S.I.I.S - jp/crow.git/commitdiff
Style value as string, no longer as object
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 9 Apr 2021 02:54:22 +0000 (04:54 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 9 Apr 2021 02:54:22 +0000 (04:54 +0200)
Crow/src/styling/Style.cs

index ded06b604e5e7f6cd8d2d4a7705d9ef48b658bb1..6694dfa8cfc0294910b058ce7c25f81d02b03316 100644 (file)
@@ -24,7 +24,7 @@ namespace Crow
                        return string.Format ("{0} ({1},{2})", FilePath, Line, Column);
                }
        }
-       public class Style : Dictionary<string, object>
+       public class Style : Dictionary<string, string>
        {
                #if DESIGN_MODE
                public Dictionary<string, FileLocation> Locations = new Dictionary<string, FileLocation>();