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();
private:
int type;
std::string
buffer,
ruleDirectory,
ruleFile,
filterDirectory,
filterFile,
pathSeparator,
error,
std::string buffer
, ruleDirectory
, ruleFile
, filterDirectory
, filterFile
, pathSeparator
, error
#ifdef __WXMSW__
aspellDataPath,
aspellDictPath
, aspellDataPath
, aspellDictPath
#endif
;
int contextRange;