mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 15:01:35 -04:00
ksys/act: Fix extra semicolon in macro definition
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user