summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hstyle.h')
-rw-r--r--hwpfilter/source/hstyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hstyle.h b/hwpfilter/source/hstyle.h
index 1dd37ea48ccb..443102983535 100644
--- a/hwpfilter/source/hstyle.h
+++ b/hwpfilter/source/hstyle.h
@@ -36,7 +36,7 @@ class DLLEXPORT HWPStyle
HWPStyle( void );
~HWPStyle( void );
- int Num( void ) const;
+ int Num( void ) const { return nstyles;}
char *GetName( int n ) const;
CharShape *GetCharShape( int n ) const;
ParaShape *GetParaShape( int n ) const;