Skip to content

Commit

Permalink
fixed enum class generation in meta examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lambday committed Jul 29, 2016
1 parent c6d3efd commit 84d80da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/generator/targets/cpp.json
Expand Up @@ -82,7 +82,7 @@
"MethodCall": "$object->$method($arguments)",
"StaticCall": "C$typeName::$method($arguments)",
"Identifier": "$identifier",
"Enum":"$typeName:$value"
"Enum":"$typeName::$value"
},
"Element": {
"Access": {
Expand Down

0 comments on commit 84d80da

Please sign in to comment.