summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_relations.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-18 14:38:43 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:20 +0300
commitd6f3b6a128df68705135b61a404fb4b878cc5e52 (patch)
tree6c06096ac095f017b18b3929fbf9fe9a8a32ace2 /src/gui/widgets/tabs/setup_relations.cpp
parentaa507cb90f6fdfff35fb9d0f656c9568933b2898 (diff)
downloadplus-d6f3b6a128df68705135b61a404fb4b878cc5e52.tar.gz
plus-d6f3b6a128df68705135b61a404fb4b878cc5e52.tar.bz2
plus-d6f3b6a128df68705135b61a404fb4b878cc5e52.tar.xz
plus-d6f3b6a128df68705135b61a404fb4b878cc5e52.zip
remove default parameter from guitable constructor.
Diffstat (limited to 'src/gui/widgets/tabs/setup_relations.cpp')
-rw-r--r--src/gui/widgets/tabs/setup_relations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/setup_relations.cpp b/src/gui/widgets/tabs/setup_relations.cpp
index 4e1bdb376..01fb873d4 100644
--- a/src/gui/widgets/tabs/setup_relations.cpp
+++ b/src/gui/widgets/tabs/setup_relations.cpp
@@ -247,7 +247,7 @@ Setup_Relations::Setup_Relations(const Widget2 *const widget) :
PlayerRelationsListener(),
mPlayerTableTitleModel(new StaticTableModel(1, COLUMNS_NR)),
mPlayerTableModel(new PlayerTableModel(this)),
- mPlayerTable(new GuiTable(mPlayerTableModel)),
+ mPlayerTable(new GuiTable(this, mPlayerTableModel)),
mPlayerTitleTable(new GuiTable(this, mPlayerTableTitleModel)),
mPlayerScrollArea(new ScrollArea(mPlayerTable)),
// TRANSLATORS: relation dialog button