summaryrefslogtreecommitdiffstats
path: root/src/RemoteControl.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-10-29 16:06:11 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-10-29 16:06:11 +0100
commit09bd8f26cb37b58310ce16bf7b8b6003b4244ed5 (patch)
tree3f6b0c1e62f13e610611240ddfbe366fce98d3a3 /src/RemoteControl.cpp
parentbf82967d4c04946ae6e0490ea28e160a856fc81b (diff)
downloaddabmux-09bd8f26cb37b58310ce16bf7b8b6003b4244ed5.tar.gz
dabmux-09bd8f26cb37b58310ce16bf7b8b6003b4244ed5.tar.bz2
dabmux-09bd8f26cb37b58310ce16bf7b8b6003b4244ed5.zip
Some fixes for issues seen with cppcheck
Diffstat (limited to 'src/RemoteControl.cpp')
-rw-r--r--src/RemoteControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp
index 517d99e..18c74b7 100644
--- a/src/RemoteControl.cpp
+++ b/src/RemoteControl.cpp
@@ -52,7 +52,7 @@ RemoteControllerTelnet::~RemoteControllerTelnet()
}
}
-void RemoteControllerTelnet::restart()
+void RemoteControllerTelnet::internal_restart()
{
if (m_restarter_thread.joinable()) {
m_restarter_thread.join();