Index: app/table_model.cc |
diff --git a/app/table_model.cc b/app/table_model.cc |
index 821e14c63fa057c5898b6f627b10082520e8ec62..4800f6abedd319716620291cf3251285355f8c22 100644 |
--- a/app/table_model.cc |
+++ b/app/table_model.cc |
@@ -80,6 +80,10 @@ std::wstring TableModel::GetTooltip(int row) { |
return std::wstring(); |
} |
+bool TableModel::ShouldIndent(int row) { |
+ return false; |
+} |
+ |
bool TableModel::HasGroups() { |
return false; |
} |