From 4e9e3f077123726d19b11784721790704f01c45d Mon Sep 17 00:00:00 2001 From: Vianney Bouchaud Date: Sat, 22 Oct 2011 20:15:43 +0300 Subject: Update includes/Keylogger.hpp --- includes/Keylogger.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Keylogger.hpp b/includes/Keylogger.hpp index 122b552..cfdc88e 100644 --- a/includes/Keylogger.hpp +++ b/includes/Keylogger.hpp @@ -64,8 +64,8 @@ private: XRecordClientSpec recClientSpec; XRecordContext recContext; - void setupRecordExtension(); - static std::string &eventCallback(XPointer priv, XRecordInterceptData *hook, std::string&); + void setupRecordExtension(); + static void eventCallback(XPointer priv, XRecordInterceptData *hook); }; #endif /* !__KEYLOGGER_HH__ */ -- cgit v1.2.3-24-g4f1b