aboutsummaryrefslogtreecommitdiffstats
path: root/src/mailboxList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailboxList.cpp')
-rw-r--r--src/mailboxList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailboxList.cpp b/src/mailboxList.cpp
index 47bb386f..e9fe7f92 100644
--- a/src/mailboxList.cpp
+++ b/src/mailboxList.cpp
@@ -109,13 +109,13 @@ void mailboxList::removeAllMailboxes()
}
-const int mailboxList::getMailboxCount() const
+int mailboxList::getMailboxCount() const
{
return (m_list.getAddressCount());
}
-const bool mailboxList::isEmpty() const
+bool mailboxList::isEmpty() const
{
return (m_list.isEmpty());
}