diff --git a/src/housestyle.h b/src/housestyle.h index 98958fa..4529bcd 100755 --- a/src/housestyle.h +++ b/src/housestyle.h @@ -61,19 +61,18 @@ class HouseStyle std::vector 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; boost::shared_ptr > > ruleVector; std::map > >