summaryrefslogtreecommitdiff
path: root/src/lib/CDRTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/CDRTypes.h')
-rw-r--r--src/lib/CDRTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/CDRTypes.h b/src/lib/CDRTypes.h
index 3ea5667..f3010e0 100644
--- a/src/lib/CDRTypes.h
+++ b/src/lib/CDRTypes.h
@@ -370,7 +370,7 @@ struct CDRFont
CDRFont(const librevenge::RVNGString &name, unsigned short encoding)
: m_name(name), m_encoding(encoding) {}
CDRFont(const CDRFont &font) = default;
- CDRFont& operator=(const CDRFont &font) = default;
+ CDRFont &operator=(const CDRFont &font) = default;
librevenge::RVNGString m_name;
unsigned short m_encoding;
};