diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-10-29 16:06:11 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-10-29 16:06:11 +0100 |
commit | 09bd8f26cb37b58310ce16bf7b8b6003b4244ed5 (patch) | |
tree | 3f6b0c1e62f13e610611240ddfbe366fce98d3a3 /src/RemoteControl.cpp | |
parent | bf82967d4c04946ae6e0490ea28e160a856fc81b (diff) | |
download | dabmux-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.cpp | 2 |
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(); |