| 206 | |
| 207 | |
| 208 | void HelpFormatter::formatText(std::ostream& ostr, const std::string& text, int indent) const |
| 209 | { |
| 210 | formatText(ostr, text, indent, indent); |
| 211 | } |
| 212 | |
| 213 | |
| 214 | void HelpFormatter::formatText(std::ostream& ostr, const std::string& text, int indent, int firstIndent) const |