diff options
Diffstat (limited to 'src/m_gpg_info/GnuPGInfoGatheringModule.cpp')
-rw-r--r-- | src/m_gpg_info/GnuPGInfoGatheringModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp index e882d67..0d02df1 100644 --- a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp +++ b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp @@ -63,7 +63,7 @@ extern void GetGpgOptionInfos(void *, int, const char *, const char *); extern auto StartGatheringGnuPGInfo() -> int; -extern auto GnupgTabFactory(const char *id) -> void *; +extern auto GnupgTabFactory(void *id) -> void *; using Context = struct { QString gpgme_version; |