Skip to content
Snippets Groups Projects
Commit ec7f500c authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #28473: sipbuddy: fix "has pointer data members" warning

parent eecc51f7
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
#include <pjsip-simple/evsub_msg.h>
#include <pjsip/sip_endpoint.h>
#include <pjsip/sip_transport.h>
#include "noncopyable.h"
class SIPAccount;
......@@ -122,6 +122,7 @@ class SIPBuddy {
private:
NON_COPYABLE(SIPBuddy);
/**
* Plan a retry or a renew a subscription.
* @param reschedule Allow for reschedule.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment