mirror of https://github.com/zeldaret/botw.git
ksys/act: Fix extra semicolon in macro definition
This commit is contained in:
parent
a12ccf1eab
commit
7828ee535d
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue