summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/Ghostscript.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/src/Ghostscript.hpp')
-rw-r--r--dviware/dvisvgm/src/Ghostscript.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/dviware/dvisvgm/src/Ghostscript.hpp b/dviware/dvisvgm/src/Ghostscript.hpp
index 9faa63e360..91b558fd3c 100644
--- a/dviware/dvisvgm/src/Ghostscript.hpp
+++ b/dviware/dvisvgm/src/Ghostscript.hpp
@@ -2,7 +2,7 @@
** Ghostscript.hpp **
** **
** This file is part of dvisvgm -- a fast DVI to SVG converter **
-** Copyright (C) 2005-2022 Martin Gieseking <martin.gieseking@uos.de> **
+** Copyright (C) 2005-2023 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 **
@@ -47,8 +47,8 @@ struct Ghostscript {
Ghostscript (int argc, const char **argv, void *caller=0) {}
bool init (int argc, const char **argv, void *caller=0) {return false;}
bool available () {return false;}
- bool revision (gsapi_revision_t *r) {return false;}
- int revision () {return 0;}
+ bool revision (gsapi_revision_t *r) const {return false;}
+ int revision () const {return 0;}
std::string revisionstr () {return "";}
int set_stdio (Stdin in, Stdout out, Stderr err) {return 0;}
int run_string_begin (int user_errors, int *pexit_code) {return 0;}