summaryrefslogtreecommitdiff
path: root/hwpfilter/source/nodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/nodes.h')
-rw-r--r--hwpfilter/source/nodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/nodes.h b/hwpfilter/source/nodes.h
index 9f1d2ebc02eb..7d93f104b0ca 100644
--- a/hwpfilter/source/nodes.h
+++ b/hwpfilter/source/nodes.h
@@ -62,7 +62,7 @@ enum IDLIST {
class Node{
public:
- Node(int _id) : id(_id)
+ explicit Node(int _id) : id(_id)
{
value = NULL;
child = NULL;