summaryrefslogtreecommitdiffstats
path: root/hwpfilter
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hpara.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h
index 28e67dc456b8..afb9f5a50b91 100644
--- a/hwpfilter/source/hpara.h
+++ b/hwpfilter/source/hpara.h
@@ -115,7 +115,7 @@ class DLLEXPORT HWPPara
HWPPara(void);
~HWPPara(void);
- bool Read(HWPFile &hwpf, unsigned char flag = 0);
+ bool Read(HWPFile &hwpf, unsigned char flag);
void SetNext(HWPPara *n) { _next = n; };