Bug #197 Compiler error due to trailing comma in housestyle.h

This commit is contained in:
Zane U. Ji 2013-07-21 02:07:22 +08:00
parent b0a51a8893
commit 992e8c2322
1 changed files with 10 additions and 11 deletions

View File

@ -61,17 +61,16 @@ class HouseStyle
std::vector<ContextMatch> getMatchVector(); std::vector<ContextMatch> getMatchVector();
private: private:
int type; int type;
std::string std::string buffer
buffer, , ruleDirectory
ruleDirectory, , ruleFile
ruleFile, , filterDirectory
filterDirectory, , filterFile
filterFile, , pathSeparator
pathSeparator, , error
error,
#ifdef __WXMSW__ #ifdef __WXMSW__
aspellDataPath, , aspellDataPath
aspellDictPath , aspellDictPath
#endif #endif
; ;
int contextRange; int contextRange;