diff options
Diffstat (limited to 'src/cmd.h')
-rw-r--r-- | src/cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |