summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hpara.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-10 11:58:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-10 17:11:46 +0100
commit52976d3a9f693548f4f833f56f7d029baddf3389 (patch)
tree60f1a9f87209c4e09b69470a6198a98bdba737b6 /hwpfilter/source/hpara.cxx
parentUse bool (diff)
downloadcore-52976d3a9f693548f4f833f56f7d029baddf3389.tar.gz
core-52976d3a9f693548f4f833f56f7d029baddf3389.zip
HBox::Read should return bool
Change-Id: Ia262ab66ecf1da38f9bcf8bf34763aff85745423
Diffstat (limited to 'hwpfilter/source/hpara.cxx')
-rw-r--r--hwpfilter/source/hpara.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hpara.cxx b/hwpfilter/source/hpara.cxx
index f1b374e1c8d2..009876b10dde 100644
--- a/hwpfilter/source/hpara.cxx
+++ b/hwpfilter/source/hpara.cxx
@@ -83,7 +83,7 @@ HWPPara::~HWPPara(void)
}
-int HWPPara::Read(HWPFile & hwpf, unsigned char flag)
+bool HWPPara::Read(HWPFile & hwpf, unsigned char flag)
{
unsigned char same_cshape;
int ii;