summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hwpfilter/source/hwpread.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index 57fe728ccb58..0facd76005e5 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -734,13 +734,14 @@ bool Compose::Read(HWPFile & hwpf)
return !hwpf.State();
}
-
// hyphen(24)
-Hyphen::Hyphen():HBox(CH_HYPHEN)
+Hyphen::Hyphen()
+ : HBox(CH_HYPHEN)
+ , width(0)
+ , dummy(0)
{
}
-
bool Hyphen::Read(HWPFile & hwpf)
{
hwpf.Read2b(&width, 1);