summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/HyperlinkManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/src/HyperlinkManager.hpp')
-rw-r--r--dviware/dvisvgm/src/HyperlinkManager.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dviware/dvisvgm/src/HyperlinkManager.hpp b/dviware/dvisvgm/src/HyperlinkManager.hpp
index ca8d4fd0ef..9dfbb02532 100644
--- a/dviware/dvisvgm/src/HyperlinkManager.hpp
+++ b/dviware/dvisvgm/src/HyperlinkManager.hpp
@@ -2,7 +2,7 @@
** HyperlinkManager.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 **
@@ -52,7 +52,7 @@ class HyperlinkManager {
void checkNewLine (SpecialActions &actions);
void createLink (std::string uri, SpecialActions &actions);
void createViews (unsigned pageno, SpecialActions &actions);
- void setBaseUrl (std::string &base) {_base = base;}
+ void setBaseUrl (const std::string &base) {_base = base;}
void setLineWidth (double w) {_linewidth = w;}
static HyperlinkManager& instance ();
static bool setLinkMarker (const std::string &marker);