aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/integrated/version_checking_module/VersionCheckingModule.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-17 15:17:18 +0000
committersaturneric <[email protected]>2023-10-17 15:17:18 +0000
commit32b6d924e24d9ec80af2013009107cceb06c7489 (patch)
tree5e87555a465adf8cf7ad9adffbddbffd1fbaccc2 /src/module/integrated/version_checking_module/VersionCheckingModule.h
parentrefactor: change plugin system to module system (diff)
downloadGpgFrontend-32b6d924e24d9ec80af2013009107cceb06c7489.tar.gz
GpgFrontend-32b6d924e24d9ec80af2013009107cceb06c7489.zip
fix: slove compile issues
Diffstat (limited to 'src/module/integrated/version_checking_module/VersionCheckingModule.h')
-rw-r--r--src/module/integrated/version_checking_module/VersionCheckingModule.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/module/integrated/version_checking_module/VersionCheckingModule.h b/src/module/integrated/version_checking_module/VersionCheckingModule.h
index 5def5466..506f948d 100644
--- a/src/module/integrated/version_checking_module/VersionCheckingModule.h
+++ b/src/module/integrated/version_checking_module/VersionCheckingModule.h
@@ -26,8 +26,8 @@
*
*/
-#ifndef GPGFRONTEND_MODULE_VERSIONCHECKINGPLUGIN_H
-#define GPGFRONTEND_MODULE_VERSIONCHECKINGPLUGIN_H
+#ifndef GPGFRONTEND_MODULE_VERSIONCHECKINGMODULE_H
+#define GPGFRONTEND_MODULE_VERSIONCHECKINGMODULE_H
#include <module/sdk/GpgFrontendModuleSDK.h>
@@ -49,4 +49,4 @@ class GPGFRONTEND_MODULE_SDK_EXPORT VersionCheckingModule : public Module {
};
} // namespace GpgFrontend::Module::Integrated::VersionCheckingModule
-#endif // GPGFRONTEND_MODULE_VERSIONCHECKINGPLUGIN_H \ No newline at end of file
+#endif // GPGFRONTEND_MODULE_VERSIONCHECKINGMODULE_H \ No newline at end of file