diff --git a/src/gen_cpp_Engine.ysl2 b/src/gen_cpp_Engine.ysl2 index 5d9411d..3e52f11 100644 --- a/src/gen_cpp_Engine.ysl2 +++ b/src/gen_cpp_Engine.ysl2 @@ -282,7 +282,7 @@ tstylesheet { when "$type='int'" | int _«$name» = (int) «$name»; when "$type='uint'" - | auto _«$name» = (uint) «$name»; + | auto _«$name» = (unsigned int) «$name»; when "$type='string'" | const char *_«$name» = to_string(env, «$name»); otherwise {