From kde-commits Mon Jun 30 21:42:43 2003 From: Laurent Montel Date: Mon, 30 Jun 2003 21:42:43 +0000 To: kde-commits Subject: kdenonbeta/kopete/protocols/oscar X-MARC-Message: https://marc.info/?l=kde-commits&m=105700940330645 CVS commit by mlaurent: Add const M +1 -1 oscaraccount.cpp 1.46 M +1 -1 oscaraccount.h 1.24 --- kdenonbeta/kopete/protocols/oscar/oscaraccount.cpp #1.45:1.46 @@ -569,5 +569,5 @@ int OscarAccount::randomNewGroupNum() } -AIMBuddyList *OscarAccount::internalBuddyList() +AIMBuddyList *OscarAccount::internalBuddyList() const { return mInternalBuddyList; --- kdenonbeta/kopete/protocols/oscar/oscaraccount.h #1.23:1.24 @@ -70,5 +70,5 @@ public: /** Gets the internal buddy list */ - AIMBuddyList *internalBuddyList(); + AIMBuddyList *internalBuddyList() const; /** Sets the port we connect to */