summaryrefslogtreecommitdiffstats
path: root/src/pvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pvs.h')
-rwxr-xr-xsrc/pvs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pvs.h b/src/pvs.h
index c18e9a3..902fbe7 100755
--- a/src/pvs.h
+++ b/src/pvs.h
@@ -26,7 +26,7 @@
#include "src/version.h"
#include "src/util/consoleLogger.h"
#include "src/util/clientGUIUtils.h"
-#include "src/input/inputHandlerChain.h"
+#include "src/input/inputEventHandler.h"
class PVSServiceDiscovery;
class PVSDiscoveredServer;
@@ -168,7 +168,7 @@ private:
int _timerLockDelay;
// input event handling:
- unprivileged_handler_chain _inputEventHandlers;
+ InputEventHandlerChain _inputEventHandlers;
void handleInputEvent(InputEvent const& evt);
void initializeInputEventHandling();