We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5d53ef + 79e355f commit 105ddfbCopy full SHA for 105ddfb
1 file changed
Launcher.cpp
@@ -9,8 +9,8 @@ ENUM_CONVERSION_BEGIN(Plugin::Launcher::mode)
9
{ Plugin::Launcher::mode::ABSOLUTE, _TXT("absolute") },
10
{ Plugin::Launcher::mode::ABSOLUTE_WITH_INTERVAL, _TXT("interval") },
11
12
- ENUM_CONVERSION_END(Plugin::Launcher::mode)
13
-;
+ENUM_CONVERSION_END(Plugin::Launcher::mode)
+
14
namespace Plugin {
15
16
namespace {
0 commit comments