summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hbox.h')
-rw-r--r--hwpfilter/source/hbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 3a0647019cc6..fdbfe1fe31e2 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -84,14 +84,14 @@ struct HBox
/**
* @short Class for saving data to be skipped.
*/
-struct SkipBlock: public HBox
+struct SkipData: public HBox
{
ulong data_block_len;
hchar dummy;
char *data_block;
- SkipBlock(hchar);
- virtual ~SkipBlock();
+ SkipData(hchar);
+ virtual ~SkipData();
virtual int Read(HWPFile &hwpf);
};
struct DateCode;