Skip to content

Commit

Permalink
Add GEN_PARSER_TYPENAME_ALLOWED_SUFFIX_SPECIFIER_CASES to gen_urneal_…
Browse files Browse the repository at this point in the history
…engine's case macros
  • Loading branch information
Ed94 committed Dec 17, 2024
1 parent a7cb7b0 commit 6d551e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gen_unreal_engine/components/parser_case_macros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,9 @@ case Spec_Mutable: \
case Spec_Static: \
case Spec_Thread_Local: \
case Spec_Volatile

#define GEN_PARSER_TYPENAME_ALLOWED_SUFFIX_SPECIFIER_CASES \
case Spec_Const: \
case Spec_Ptr: \
case Spec_Ref: \
case Spec_RValue

0 comments on commit 6d551e9

Please sign in to comment.