diff options
author | saturneric <[email protected]> | 2023-12-13 10:01:06 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-13 10:01:06 +0000 |
commit | 42264ed0d7a3c91fbe9f307984964ffc9e5fe65c (patch) | |
tree | a3ddecbd6ad723e42d68cc2c5aed7a88c4e242a3 /src/module/GpgFrontendModuleInit.h | |
parent | feat: move test to src and add submodule googletest (diff) | |
download | GpgFrontend-42264ed0d7a3c91fbe9f307984964ffc9e5fe65c.tar.gz GpgFrontend-42264ed0d7a3c91fbe9f307984964ffc9e5fe65c.zip |
refactor: improve the structure of main,core and test module
Diffstat (limited to 'src/module/GpgFrontendModuleInit.h')
-rw-r--r-- | src/module/GpgFrontendModuleInit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module/GpgFrontendModuleInit.h b/src/module/GpgFrontendModuleInit.h index a706bbb4..c7071856 100644 --- a/src/module/GpgFrontendModuleInit.h +++ b/src/module/GpgFrontendModuleInit.h @@ -42,7 +42,7 @@ struct ModuleInitArgs { * @param args */ void GPGFRONTEND_MODULE_EXPORT -LoadGpgFrontendModulesLoggingSystem(ModuleInitArgs args); +LoadGpgFrontendModulesLoggingSystem(spdlog::level::level_enum log_level); /** * @brief |