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 921e63105e24..8e5dcaa2ccbe 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -47,7 +47,7 @@ struct HBox
* Construct a HBox object with parameter hch.
* @param hch 16bit character being able to have Korean character.
*/
- HBox( hchar hch );
+ explicit HBox( hchar hch );
virtual ~HBox();
/**
* @returns The Size of HBox object
@@ -75,7 +75,7 @@ struct SkipData: public HBox
hchar dummy;
char *data_block;
- SkipData(hchar);
+ explicit SkipData(hchar);
virtual ~SkipData();
virtual bool Read(HWPFile &hwpf) override;
};
@@ -321,7 +321,7 @@ struct FBox: public HBox
FBox *prev, *next;
- FBox( hchar hch );
+ explicit FBox( hchar hch );
virtual ~FBox();
};