summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/SVGCharPathHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/src/SVGCharPathHandler.hpp')
-rw-r--r--dviware/dvisvgm/src/SVGCharPathHandler.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dviware/dvisvgm/src/SVGCharPathHandler.hpp b/dviware/dvisvgm/src/SVGCharPathHandler.hpp
index c404cbcd5a..4ecdd5272e 100644
--- a/dviware/dvisvgm/src/SVGCharPathHandler.hpp
+++ b/dviware/dvisvgm/src/SVGCharPathHandler.hpp
@@ -2,7 +2,7 @@
** SVGCharPathHandler.hpp **
** **
** This file is part of dvisvgm -- a fast DVI to SVG converter **
-** Copyright (C) 2005-2020 Martin Gieseking <martin.gieseking@uos.de> **
+** Copyright (C) 2005-2021 Martin Gieseking <martin.gieseking@uos.de> **
** **
** This program is free software; you can redistribute it and/or **
** modify it under the terms of the GNU General Public License as **
@@ -39,7 +39,7 @@ class SVGCharPathHandler : public SVGCharHandler {
private:
AppendMethod _appendChar; ///< method called to append a single character
bool _relativePathCommands; ///< if true, create relative rather than absolute SVG path commands
- XMLElement *_groupNode=nullptr; ///< current group node taking the path elements
+ SVGElement *_groupNode=nullptr; ///< current group node taking the path elements
CharProperty<Color> _fontColor=Color::BLACK; ///< color of current font
};