summaryrefslogtreecommitdiffstats
path: root/src/input/rebootSystemHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/rebootSystemHandler.cpp')
-rw-r--r--src/input/rebootSystemHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/rebootSystemHandler.cpp b/src/input/rebootSystemHandler.cpp
index b5b8f8a..6c5c63a 100644
--- a/src/input/rebootSystemHandler.cpp
+++ b/src/input/rebootSystemHandler.cpp
@@ -22,7 +22,7 @@
using namespace std;
-void RebootLinuxSystemHandler::handle(InputEvent const& evt, InputEventContext const* ctx)
+void RebootLinuxSystemHandler::doHandle(InputEvent const& evt, InputEventContext const* ctx)
{
// Rebooting a linux system is particulary easy:
if(kill(1, SIGINT) < 0)