diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/smtp/RecipientsPicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/smtp/RecipientsPicker.cpp b/src/ui/smtp/RecipientsPicker.cpp index a647c53e..17a08705 100644 --- a/src/ui/smtp/RecipientsPicker.cpp +++ b/src/ui/smtp/RecipientsPicker.cpp @@ -75,6 +75,6 @@ GpgFrontend::UI::RecipientsPicker::RecipientsPicker( } GpgFrontend::KeyIdArgsListPtr -GpgFrontend::UI::RecipientsPicker::getCheckedRecipients() { +GpgFrontend::UI::RecipientsPicker::GetCheckedRecipients() { return key_list_->getChecked(); } |