summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hwpfile.h')
-rw-r--r--hwpfilter/source/hwpfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hwpfile.h b/hwpfilter/source/hwpfile.h
index d58faa569a7b..e86d5bd60663 100644
--- a/hwpfilter/source/hwpfile.h
+++ b/hwpfilter/source/hwpfile.h
@@ -138,7 +138,7 @@ class DLLEXPORT HWPFile
/**
* Reads nmemb byte array from HIODev
*/
- int Read1b( void *ptr, size_t nmemb );
+ size_t Read1b(void *ptr, size_t nmemb);
/**
* Reads nmemb short type array from HIODev
*/