diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-11 09:03:44 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-11 09:03:44 +0300 |
commit | be44f0e91b6061f6bbe6b4da2f264eed70fb6542 (patch) | |
tree | 8afac4d4b6b46ab365bef9607b20dd036a14645c | |
parent | 9a57fe1af08f75802e7bca7448cf0b8f79d5b2d0 (diff) |
WaE: implicit conversion from bool to 'short'
Change-Id: Ibb8bef1b7a0d00b6b757966c0b8210dd6e03db0c
-rw-r--r-- | hwpfilter/source/hinfo.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hwpfilter/source/hinfo.cxx b/hwpfilter/source/hinfo.cxx index 0068cf6ebbbc..98f66a5028b1 100644 --- a/hwpfilter/source/hinfo.cxx +++ b/hwpfilter/source/hinfo.cxx @@ -40,8 +40,8 @@ static bool HWPReadInfoBlock(void *ptr, int len, HWPFile & hwpf) HWPInfo::HWPInfo() : cur_col(0) , cur_row(0) - , readonly(false) - , encrypted(false) + , readonly(0) + , encrypted(0) , beginpagenum(0) , beginfnnum(0) , countfn(0) |