diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-09 02:07:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-09 02:07:50 +0300 |
commit | 0cec4fa69c575f69015f37686f1e010d09f2ec48 (patch) | |
tree | 3ee7de7a6e19f3bc952bd9da5d4aaf274a37795d /src/gui/widgets/guitable.cpp | |
parent | a85d7ad79ce803adc3469a618bfd8dfe188f2cbf (diff) | |
download | plus-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.gz plus-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.bz2 plus-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.xz plus-0cec4fa69c575f69015f37686f1e010d09f2ec48.zip |
fix code style.
Diffstat (limited to 'src/gui/widgets/guitable.cpp')
-rw-r--r-- | src/gui/widgets/guitable.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/guitable.cpp b/src/gui/widgets/guitable.cpp index dc158b95f..088b72db3 100644 --- a/src/gui/widgets/guitable.cpp +++ b/src/gui/widgets/guitable.cpp @@ -91,6 +91,9 @@ void GuiTableActionListener::action(const gcn::ActionEvent GuiTable::GuiTable(TableModel *const initial_model, const bool opacity) : + gcn::Widget(), + gcn::MouseListener(), + gcn::KeyListener(), mLinewiseMode(false), mWrappingEnabled(false), mOpaque(opacity), |