Skip to content

Commit 79e355f

Browse files
committed
Fixing a pedantic warning with semicolon after enum macro
1 parent c5d53ef commit 79e355f

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)