summaryrefslogtreecommitdiff
path: root/src/gui/table_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/table_model.cpp')
-rw-r--r--src/gui/table_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/table_model.cpp b/src/gui/table_model.cpp
index e69ee808..33dd8cb2 100644
--- a/src/gui/table_model.cpp
+++ b/src/gui/table_model.cpp
@@ -54,7 +54,7 @@ void TableModel::signalAfterUpdate()
#define WIDGET_AT(row, column) (((row) * mColumns) + (column))
#define DYN_SIZE(h) ((h) >= 0) // determines whether this size is tagged for auto-detection
-StaticTableModel::StaticTableModel(int row, int column,
+StaticTableModel::StaticTableModel(int row, int column,
gcn::Color backgroundColor, bool opacity) :
mRows(row),
mColumns(column),