diff options
Diffstat (limited to 'src/pvs.h')
| -rwxr-xr-x | src/pvs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |
