summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hiodev.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hiodev.h')
-rw-r--r--hwpfilter/source/hiodev.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hiodev.h b/hwpfilter/source/hiodev.h
index a47de8f095bc..def45bbed51c 100644
--- a/hwpfilter/source/hiodev.h
+++ b/hwpfilter/source/hiodev.h
@@ -58,9 +58,9 @@ class DLLEXPORT HIODev
virtual int readBlock( void *ptr, int size ) = 0;
virtual int skipBlock( int size ) = 0;
- virtual int read1b( void *ptr, int nmemb );
- virtual int read2b( void *ptr, int nmemb );
- virtual int read4b( void *ptr, int nmemb );
+ int read1b( void *ptr, int nmemb );
+ int read2b( void *ptr, int nmemb );
+ int read4b( void *ptr, int nmemb );
};
struct gz_stream;