diff options
Diffstat (limited to 'src/m_gpg_info/GnupgTab.cpp')
-rw-r--r-- | src/m_gpg_info/GnupgTab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_gpg_info/GnupgTab.cpp b/src/m_gpg_info/GnupgTab.cpp index 5123155..6548316 100644 --- a/src/m_gpg_info/GnupgTab.cpp +++ b/src/m_gpg_info/GnupgTab.cpp @@ -331,4 +331,4 @@ void GnupgTab::gather_gnupg_info() { } } -auto GnupgTabFactory(const char* id) -> void* { return new GnupgTab(); }
\ No newline at end of file +auto GnupgTabFactory(void*) -> void* { return new GnupgTab(); }
\ No newline at end of file |