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/main.cpp | |
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/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 58cacc63..c4838060 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -132,7 +132,7 @@ int main(int argc, char* argv[]) { int return_from_event_loop_code; int restart_count = 0; - // load integrated plugins + // load integrated modules GpgFrontend::Module::LoadGpgFrontendIntegratedModules(); do { |