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 18, 2016
1 parent 2d974ab commit 3b29d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/generator/targets/cpp.json
Expand Up @@ -60,7 +60,7 @@
"MethodCall": "$object->$method($arguments)",
"StaticCall": "C$typeName::$method($arguments)",
"Identifier": "$identifier",
"Enum":"$typeName:$value"
"Enum":"$typeName::$value"
},
"ElementAccess": {
"Vector": "$identifier[$indices]",
Expand Down

0 comments on commit 3b29d82

Please sign in to comment.