Fix code generator: Put on the array only the next element after 'a'.
For example "(aii)" produced: member(const ::DBus::Struct< std::vector< int32_t, int32_t > >& arg) And now it produces: member(const ::DBus::Struct< std::vector< int32_t >, int32_t >& arg)
This commit is contained in:
parent
21ba70529d
commit
d91fb952d3
2 changed files with 5 additions and 3 deletions
|
@ -31,7 +31,6 @@
|
|||
const char *atomic_type_to_string(char t);
|
||||
std::string stub_name(std::string name);
|
||||
std::string signature_to_type(const std::string &signature);
|
||||
void _parse_signature(const std::string &signature, std::string &type, unsigned int &i);
|
||||
void underscorize(std::string &str);
|
||||
|
||||
/// create std::string from any number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue