summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hstream.cpp')
-rw-r--r--hwpfilter/source/hstream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hstream.cpp b/hwpfilter/source/hstream.cpp
index c7ece7d679d9..c6b8c24a2152 100644
--- a/hwpfilter/source/hstream.cpp
+++ b/hwpfilter/source/hstream.cpp
@@ -70,7 +70,7 @@ int HStream::skipBytes(int aToSkip)
}
-int HStream::available()
+int HStream::available() const
{
return size - pos;
}