Bug #197 Compiler error due to trailing comma in housestyle.h
This commit is contained in:
parent
b0a51a8893
commit
992e8c2322
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue