Skip to content

Commit

Permalink
make enum class work
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and lambday committed Jul 13, 2016
1 parent 09a41dd commit 5879e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/generator/targets/cpp.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"MethodCall": "$object->$method($arguments)",
"StaticCall": "C$typeName::$method($arguments)",
"Identifier": "$identifier",
"Enum":"$value"
"Enum":"$type::$value"
},
"ElementAccess": {
"Vector": "$identifier[$indices]",
Expand Down

0 comments on commit 5879e7c

Please sign in to comment.