Fix warning: extra semicolon
This commit is contained in:
parent
01db4d9399
commit
d0a8f0a858
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
class irdya_date
|
||||
{
|
||||
public:
|
||||
MAKE_ENUM(EPOCH, (BEFORE_WESNOTH, "BW")(WESNOTH, "YW")(BEFORE_FALL, "BF")(AFTER_FALL, "AF"));
|
||||
MAKE_ENUM(EPOCH, (BEFORE_WESNOTH, "BW")(WESNOTH, "YW")(BEFORE_FALL, "BF")(AFTER_FALL, "AF"))
|
||||
|
||||
irdya_date() = default;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue