diff options
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(); |