From 09250ede9600917c96b5facb15d79a1ffc875470 Mon Sep 17 00:00:00 2001 From: artemp Date: Thu, 10 Dec 2015 15:23:49 +0000 Subject: [PATCH] add spirit x3 grammar for SVG2 colors (aka CSS colors) --- include/mapnik/svg2_color_grammar_def.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mapnik/svg2_color_grammar_def.hpp b/include/mapnik/svg2_color_grammar_def.hpp index a3fdfebb1..3b0e2c081 100644 --- a/include/mapnik/svg2_color_grammar_def.hpp +++ b/include/mapnik/svg2_color_grammar_def.hpp @@ -22,8 +22,8 @@ // http://www.w3.org/TR/SVG2/color.html -#ifndef MAPNIK_SVG2_COLOR_GRAMMAR_HPP -#define MAPNIK_SVG2_COLOR_GRAMMAR_HPP +#ifndef MAPNIK_SVG2_COLOR_GRAMMAR_DEF_HPP +#define MAPNIK_SVG2_COLOR_GRAMMAR_DEF_HPP // boost #include @@ -303,4 +303,4 @@ auto const expression = svg2_color; }} -#endif //MAPNIK_SVG_COLOR_GRAMMAR_DEF_HPP +#endif //MAPNIK_SVG2_COLOR_GRAMMAR_DEF_HPP