From 970df50e4813b7e4bd0a7426f7a7f6c25c6b79ec Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 6 Jan 2005 20:01:41 +0000 Subject: Removed useless 'const' in return value of some functions. --- src/mailboxList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailboxList.cpp') 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 (addressList::getAddressAt(pos)); } -- cgit v1.2.3