diff options
Diffstat (limited to '')
-rw-r--r-- | src/mailboxList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailboxList.cpp b/src/mailboxList.cpp index b05d6097..55f7532a 100644 --- a/src/mailboxList.cpp +++ b/src/mailboxList.cpp @@ -123,7 +123,7 @@ mailbox* mailboxList::getMailboxAt(const int pos) } -const mailbox* const mailboxList::getMailboxAt(const int pos) const +const mailbox* mailboxList::getMailboxAt(const int pos) const { return static_cast <const mailbox*>(addressList::getAddressAt(pos)); } |