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/GpgFrontendModule.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/GpgFrontendModule.h')
-rw-r--r-- | src/module/GpgFrontendModule.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/module/GpgFrontendModule.h b/src/module/GpgFrontendModule.h index 72eadc9a..91deda72 100644 --- a/src/module/GpgFrontendModule.h +++ b/src/module/GpgFrontendModule.h @@ -26,8 +26,8 @@ * */ -#ifndef GPGFRONTEND_GPGFRONTENDPLUGIN_H -#define GPGFRONTEND_GPGFRONTENDPLUGIN_H +#ifndef GPGFRONTEND_GPGFRONTENDMODULE_H +#define GPGFRONTEND_GPGFRONTENDMODULE_H /** * Project internal dependencies @@ -36,4 +36,4 @@ #include "GpgFrontendModuleExport.h" #include "core/GpgFrontendCore.h" -#endif // GPGFRONTEND_GPGFRONTENDPLUGIN_H
\ No newline at end of file +#endif // GPGFRONTEND_GPGFRONTENDMODULE_H
\ No newline at end of file |