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

iaxvoiplink: terminate() doesn't have to be virtual

parent d375ab41
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ class IAXVoIPLink : public VoIPLink {
/**
* Terminate a voip link by clearing the call list
*/
virtual void terminate();
void terminate();
/**
* Send out registration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment