trunk/Synopsis/Parsers/Cxx/occ/TypeInfo.cc
[email protected] (Gilles J. Seguin)
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
send the thing to the right place
trunk/Synopsis/Parsers/Cxx/occ/TypeInfo.cc
line 464 missing return
PTree::Node *TypeInfo::make_ptree(PTree::Node *name)
{
normalize();
if(my_metaobject != 0)
{
PTree::Node *decl;
if(!name) decl = 0;
else decl = PTree::list(name);
return PTree::list(full_type_name(), decl);
}
else if(!my_encoding.empty())
return my_encoding.make_ptree(name);
else
return 0;
}