diff options
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,13 +56,13 @@ void InitLocale(); * * @param args */ -void InitGlobalBasicalEnv(const GFCxtWPtr &, bool); +void InitGlobalBasicEnv(const GFCxtWPtr &, bool); /** * @brief * * @param p_ctx */ -void ShutdownGlobalBasicalEnv(const GFCxtWPtr &p_ctx); +void ShutdownGlobalBasicEnv(const GFCxtWPtr &p_ctx); } // namespace GpgFrontend
\ No newline at end of file |