summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hbox.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-18 10:53:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-18 10:53:42 +0000
commit02cf0e0f895b79d565a410ecfaf5f1fbbdae871e (patch)
tree7a24c7556d9f71bbdd1642cb46e3386b98d6bd68 /hwpfilter/source/hbox.h
parentb9ef2799e679bf8f4aab2d4b47f725dcaf0d1e5c (diff)
disambiguate between two different SkipBlocks
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;