summaryrefslogtreecommitdiff
path: root/generator/templates/SDLRPCFunctionNames.h.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'generator/templates/SDLRPCFunctionNames.h.jinja2')
-rw-r--r--generator/templates/SDLRPCFunctionNames.h.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/templates/SDLRPCFunctionNames.h.jinja2 b/generator/templates/SDLRPCFunctionNames.h.jinja2
index 5e13b735b..419081b51 100644
--- a/generator/templates/SDLRPCFunctionNames.h.jinja2
+++ b/generator/templates/SDLRPCFunctionNames.h.jinja2
@@ -6,7 +6,7 @@
/**
* All RPC request / response / notification names
*/
-typedef SDLEnum SDLRPCFunctionName SDL_SWIFT_ENUM;
+typedef SDLEnum SDLRPCFunctionName NS_TYPED_ENUM;
{% for param in params %}
{#- description if exist in source xml, will be putted here
since if exist in source xml, will be putted here -#}