aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd.h')
-rw-r--r--src/cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd.h b/src/cmd.h
index 061926dc..e987b39a 100644
--- a/src/cmd.h
+++ b/src/cmd.h
@@ -36,7 +36,7 @@ namespace GpgFrontend {
auto PrintVersion() -> int;
-auto ParseLogLevel(const QString& level) -> spdlog::level::level_enum;
+auto ParseLogLevel(const QString& level) -> int;
auto RunTest(const GFCxtWPtr&) -> int;