summaryrefslogtreecommitdiffstats
path: root/hwpfilter
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hbox.cxx2
-rw-r--r--hwpfilter/source/hbox.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/hwpfilter/source/hbox.cxx b/hwpfilter/source/hbox.cxx
index fb3037d4eefb..beef2014327a 100644
--- a/hwpfilter/source/hbox.cxx
+++ b/hwpfilter/source/hbox.cxx
@@ -331,7 +331,7 @@ TxtBox::TxtBox()
, dummy(0)
, dummy1(0)
, cap_len(0)
- , next(0)
+ , next_box(0)
, dummy2(0)
, reserved1(0)
, cap_pos(0)
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index f8fbd6e6c305..36b8a146467f 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -336,7 +336,7 @@ struct TxtBox: public FBox
short dummy1; // to not change structure size */
short cap_len;
- short next;
+ short next_box;
short dummy2; // to not change structure size */
unsigned char reserved1;
/**