cppcheck-cfg.rng: Allow return value by reference (#1077)

This commit is contained in:
Sebastian 2018-02-06 08:33:20 +01:00 committed by GitHub
parent 13daaac264
commit 80c2074ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<optional> <optional>
<attribute name="type"> <attribute name="type">
<data type="string"> <data type="string">
<param name="pattern">([a-zA-Z_][a-zA-Z_0-9]*[ ])*([a-zA-Z_][a-zA-Z_0-9]*::)*[a-zA-Z_][a-zA-Z_0-9]*([ ]?[*])*</param> <param name="pattern">([a-zA-Z_][a-zA-Z_0-9]*[ ])*([a-zA-Z_][a-zA-Z_0-9]*::)*[a-zA-Z_][a-zA-Z_0-9]*([ ]?[*&amp;])*</param>
</data> </data>
</attribute> </attribute>
</optional> </optional>