diff options
author | saturneric <[email protected]> | 2023-10-17 15:17:18 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-17 15:17:18 +0000 |
commit | 32b6d924e24d9ec80af2013009107cceb06c7489 (patch) | |
tree | 5e87555a465adf8cf7ad9adffbddbffd1fbaccc2 /src/module/GpgFrontendModuleInit.h | |
parent | refactor: change plugin system to module system (diff) | |
download | GpgFrontend-32b6d924e24d9ec80af2013009107cceb06c7489.tar.gz GpgFrontend-32b6d924e24d9ec80af2013009107cceb06c7489.zip |
fix: slove compile issues
Diffstat (limited to 'src/module/GpgFrontendModuleInit.h')
-rw-r--r-- | src/module/GpgFrontendModuleInit.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/module/GpgFrontendModuleInit.h b/src/module/GpgFrontendModuleInit.h index 47380720..f00e9eff 100644 --- a/src/module/GpgFrontendModuleInit.h +++ b/src/module/GpgFrontendModuleInit.h @@ -26,15 +26,15 @@ * */ -#ifndef GPGFRONTEND_GPGFRONTENDPLUGININIT_H -#define GPGFRONTEND_GPGFRONTENDPLUGININIT_H +#ifndef GPGFRONTEND_GPGFRONTENDMODULEINIT_H +#define GPGFRONTEND_GPGFRONTENDMODULEINIT_H #include "module/GpgFrontendModule.h" namespace GpgFrontend::Module { /** - * @brief init the plugin library + * @brief init the module library * */ void GPGFRONTEND_MODULE_EXPORT LoadGpgFrontendIntegratedModules(); @@ -53,4 +53,4 @@ void GPGFRONTEND_MODULE_EXPORT ShutdownModuleLoggingSystem(); }; // namespace GpgFrontend::Module -#endif // GPGFRONTEND_GPGFRONTENDPLUGININIT_H +#endif // GPGFRONTEND_GPGFRONTENDMODULEINIT_H |