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();
|
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;
|
||||||
|
|
Loading…
Reference in New Issue