summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/GFGlyphTracer.hpp
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-08-26 03:02:29 +0000
committerNorbert Preining <norbert@preining.info>2021-08-26 03:02:29 +0000
commit059cab71c68a3fbee36f60e8208d4a47d11c6b60 (patch)
treec982bcbf00c931a1474d68bf51dfeba5918cf76c /dviware/dvisvgm/src/GFGlyphTracer.hpp
parent960421b0bcd1af561be3f2eb9468224969a7bd34 (diff)
CTAN sync 202108260302
Diffstat (limited to 'dviware/dvisvgm/src/GFGlyphTracer.hpp')
-rw-r--r--dviware/dvisvgm/src/GFGlyphTracer.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/dviware/dvisvgm/src/GFGlyphTracer.hpp b/dviware/dvisvgm/src/GFGlyphTracer.hpp
index d0d45ffd61..21ff3178fc 100644
--- a/dviware/dvisvgm/src/GFGlyphTracer.hpp
+++ b/dviware/dvisvgm/src/GFGlyphTracer.hpp
@@ -2,7 +2,7 @@
** GFGlyphTracer.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 **
@@ -38,8 +38,8 @@ class GFGlyphTracer : public GFTracer {
public:
GFGlyphTracer () : GFTracer(_ifs, 0) {}
- GFGlyphTracer (std::string &fname, double upp, Callback *cb=nullptr);
- void reset (std::string &fname, double upp);
+ GFGlyphTracer (const std::string &fname, double upp, Callback *cb=nullptr);
+ void reset (const std::string &fname, double upp);
void setCallback (Callback *cb) {_callback = cb;}
bool executeChar (uint8_t c) override;
void moveTo (double x, double y) override;