summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter')
-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 f044b5d053d9..9bebba4f0f5f 100644
--- a/hwpfilter/source/hwpfile.h
+++ b/hwpfilter/source/hwpfile.h
@@ -252,7 +252,7 @@ class DLLEXPORT HWPFile
int getMaxSettedPage(){ return m_nMaxSettedPage; }
void setMaxSettedPage(){ m_nMaxSettedPage = m_nCurrentPage; }
- private :
+ private:
int compareCharShape(CharShape *shape);
int compareParaShape(ParaShape *shape);