summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/utility.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/src/utility.hpp')
-rw-r--r--dviware/dvisvgm/src/utility.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dviware/dvisvgm/src/utility.hpp b/dviware/dvisvgm/src/utility.hpp
index ee272e22ec..9058baaa58 100644
--- a/dviware/dvisvgm/src/utility.hpp
+++ b/dviware/dvisvgm/src/utility.hpp
@@ -69,7 +69,7 @@ std::string replace (std::string str, const std::string &find, const std::string
std::string to_string (double val);
std::string mimetype (const std::string &fname);
-std::vector<std::string> split (const std::string &str, const std::string &sep);
+std::vector<std::string> split (const std::string &str, const std::string &sep, bool allowEmptyResult=false);
int ilog10 (int n);
bool read_double (std::istream &is, double &value);