diff options
Diffstat (limited to 'src/gui/widgets/guitable.cpp')
-rw-r--r-- | src/gui/widgets/guitable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/guitable.cpp b/src/gui/widgets/guitable.cpp index e2af7f16d..fff2416bf 100644 --- a/src/gui/widgets/guitable.cpp +++ b/src/gui/widgets/guitable.cpp @@ -97,7 +97,7 @@ GuiTable::GuiTable(const Widget2 *const widget, gcn::Widget(), Widget2(widget), gcn::MouseListener(), - gcn::KeyListener(), + KeyListener(), mModel(nullptr), mTopWidget(nullptr), mActionListeners(), |