diff --git a/src/KingSystem/ActorSystem/actTag.h b/src/KingSystem/ActorSystem/actTag.h index d2ecc6ba..23990488 100644 --- a/src/KingSystem/ActorSystem/actTag.h +++ b/src/KingSystem/ActorSystem/actTag.h @@ -27,7 +27,7 @@ private: u32 mHash; }; -#define KSYS_ACT_DEFINE_TAG(NAME) inline constexpr Tag NAME{#NAME}; +#define KSYS_ACT_DEFINE_TAG(NAME) inline constexpr Tag NAME{#NAME} namespace tags {