Skip to content

Commit 105ddfb

Browse files
authored
Merge pull request #20 from VeithMetro/development/pedantic-warning-fix
[Warnings] Fixing a pedantic warning with semicolon after enum macro
2 parents c5d53ef + 79e355f commit 105ddfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Launcher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ENUM_CONVERSION_BEGIN(Plugin::Launcher::mode)
99
{ Plugin::Launcher::mode::ABSOLUTE, _TXT("absolute") },
1010
{ Plugin::Launcher::mode::ABSOLUTE_WITH_INTERVAL, _TXT("interval") },
1111

12-
ENUM_CONVERSION_END(Plugin::Launcher::mode)
13-
;
12+
ENUM_CONVERSION_END(Plugin::Launcher::mode)
13+
1414
namespace Plugin {
1515

1616
namespace {

0 commit comments

Comments
 (0)