summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src/src/GFReader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/src/GFReader.hpp')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-src/src/GFReader.hpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/src/GFReader.hpp b/Build/source/texk/dvisvgm/dvisvgm-src/src/GFReader.hpp
index 87a9a75f5f2..3dfceb98cd6 100644
--- a/Build/source/texk/dvisvgm/dvisvgm-src/src/GFReader.hpp
+++ b/Build/source/texk/dvisvgm/dvisvgm-src/src/GFReader.hpp
@@ -31,16 +31,13 @@
class CharInfo;
-struct GFException : public MessageException
-{
- GFException (const std::string &msg) : MessageException(msg) {}
+struct GFException : public MessageException {
+ explicit GFException (const std::string &msg) : MessageException(msg) {}
};
-class GFReader
-{
- struct CharInfo
- {
+class GFReader {
+ struct CharInfo {
CharInfo () : dx(0), dy(0), width(0), location(0) {}
CharInfo (int32_t dxx, int32_t dyy, int32_t w, uint32_t p) : dx(dxx), dy(dyy), width(w), location(p) {}