commit e78ee6377e2c97dd86734c5ae1200455e9b4a408
parent 94e68100adc0f8bfe0b47194193e017dfbcf7cae
Author: cfillion <cfillion@users.noreply.github.com>
Date: Tue, 6 Jun 2017 01:05:07 -0400
(commit missing changes from 21f4c37a6637d4fbf3ad79bb14238f8e312c1dc0)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/listview.hpp b/src/listview.hpp
@@ -58,7 +58,7 @@ public:
int addRow(const Row &);
const Row &row(int index) const { return m_rows[index]; }
- void replaceRow(int index, const Row &, bool userIndex = true);
+ void replaceRow(int index, const Row &, bool isUserIndex = true);
void removeRow(int index);
int rowCount() const { return (int)m_rows.size(); }
bool empty() const { return rowCount() < 1; }