mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
mark const method as const
This commit is contained in:
parent
714a472e77
commit
783e9326d2
2 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ void RemoteConferenceEventHandler::notifyReceived (string xmlBody) {
|
|||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
const Address &RemoteConferenceEventHandler::getConfAddress () {
|
||||
const Address &RemoteConferenceEventHandler::getConfAddress () const {
|
||||
L_D();
|
||||
return d->confAddress;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ class RemoteConferenceEventHandler : public Object {
|
|||
void notifyReceived (std::string xmlBody);
|
||||
void unsubscribe ();
|
||||
|
||||
const Address &getConfAddress ();
|
||||
const Address &getConfAddress () const;
|
||||
|
||||
private:
|
||||
L_DECLARE_PRIVATE(RemoteConferenceEventHandler);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue