Changed comment phrasing

release/4.3a0
Andrew Melim 2012-08-26 22:00:16 +00:00
parent 0d70be459e
commit 4b28f4d082
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ std::string Class::getTypedef() const {
void Class::comment_fragment(FileWriter& proxyFile) const
{
proxyFile.oss << "%%" << " -------Overloads-------" << endl;
proxyFile.oss << "%%" << " -------Constructors-------" << endl;
BOOST_FOREACH(ArgumentList argList, constructor.args_list)
{
proxyFile.oss << "%" << name << "(";