[PATCH 02/15] Remove useless const qualifiers on return
From: qolyester@green-communications.fr
This commit is contained in:
parent
59fc6e9e46
commit
fcae4df485
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue