[PATCH 02/15] Remove useless const qualifiers on return

From:    qolyester@green-communications.fr
This commit is contained in:
Andreas Volz 2011-11-26 23:11:18 +01:00
parent 59fc6e9e46
commit fcae4df485
6 changed files with 6 additions and 6 deletions

View file

@ -145,7 +145,7 @@ void generate_adaptor(Xml::Document &doc, const char *filename)
body << tab << "}" << endl
<< endl;
body << tab << "::DBus::IntrospectedInterface *const introspect() const " << endl
body << tab << "::DBus::IntrospectedInterface *introspect() const " << endl
<< tab << "{" << endl;
// generate the introspect arguments