X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fkeyboard.cpp;h=ab01e6261eff14eb7345de57c34e1cd0412607bd;hb=2d1312772711709fc44cb1a39283329864c25100;hp=45ef0920448a12889a2ad9b1b7387c7b4c4987f3;hpb=efdfd047fac06547a5a9173f25dea42aeef0a93f;p=libs%2Fgui.git diff --git a/source/keyboard.cpp b/source/keyboard.cpp index 45ef092..ab01e62 100644 --- a/source/keyboard.cpp +++ b/source/keyboard.cpp @@ -6,12 +6,11 @@ Distributed under the LGPL */ #include "keyboard.h" -#include "window.h" namespace Msp { namespace Input { -Keyboard::Keyboard(Window &window) +Keyboard::Keyboard(Graphics::Window &window) { buttons.resize(256, false);