STYLE: consistent capitalization of Private/Protected Member Functions in comments

This commit is contained in:
Mark Olesen
2010-03-30 11:33:42 +02:00
parent 635fd464ec
commit c508b2fe17
171 changed files with 182 additions and 182 deletions

View File

@ -62,7 +62,7 @@ class regExp
//- Precompiled regular expression
mutable regex_t* preg_;
// Private member functions
// Private Member Functions
//- Disallow default bitwise copy construct
regExp(const regExp&);