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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index ce479c4c34dc..841143c53434 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -63,7 +63,6 @@ struct HBox
*/
virtual bool Read(HWPFile &hwpf);
- virtual hchar_string GetString();
private:
static int boxCount;
};
@@ -157,7 +156,7 @@ struct DateCode: public HBox
DateCode();
virtual bool Read(HWPFile &hwpf) override;
- virtual hchar_string GetString() override;
+ virtual hchar_string GetString();
};
/**
@@ -832,7 +831,7 @@ struct MailMerge: public HBox
MailMerge();
virtual bool Read(HWPFile &hwpf) override;
- virtual hchar_string GetString() override;
+ virtual hchar_string GetString();
};
// char composition(23)