diff options
| author | saturneric <[email protected]> | 2024-11-27 20:22:45 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2024-11-27 20:22:55 +0000 |
| commit | 4b846455b7c232b7db63f95c6a1943ccbc7ce15b (patch) | |
| tree | f9609ef2a7fb5d6221baa11ff1ed154f32befe80 /src/m_gpg_info/GnupgTab.cpp | |
| parent | fix: target_link_libraries with a target (diff) | |
| download | modules-4b846455b7c232b7db63f95c6a1943ccbc7ce15b.tar.gz modules-4b846455b7c232b7db63f95c6a1943ccbc7ce15b.zip | |
feat: support signing email
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 |
