summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/VFReader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/src/VFReader.hpp')
-rw-r--r--dviware/dvisvgm/src/VFReader.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dviware/dvisvgm/src/VFReader.hpp b/dviware/dvisvgm/src/VFReader.hpp
index 8ddba805e8..bd42289039 100644
--- a/dviware/dvisvgm/src/VFReader.hpp
+++ b/dviware/dvisvgm/src/VFReader.hpp
@@ -31,10 +31,10 @@ struct VFException : public MessageException {
struct VFActions;
-class VFReader : public StreamReader{
+class VFReader : public StreamReader {
using ApproveAction = bool (*)(int);
public:
- explicit VFReader (std::istream &is);
+ explicit VFReader (std::istream &is) : StreamReader(is) {}
VFActions* replaceActions (VFActions *a);
bool executeAll ();
bool executePreambleAndFontDefs ();