Removed spurious indent

This commit is contained in:
Matthew Griffin
2019-05-30 11:59:07 +01:00
parent 3f4b74baea
commit 3e3f888582

View File

@@ -40,7 +40,7 @@ public:
m_textCtrl = NULL;
}
void setModelData(QWidget *WXUNUSED(editor), QAbstractItemModel *WXUNUSED(model), const QModelIndex &WXUNUSED(index)) const wxOVERRIDE
void setModelData(QWidget *WXUNUSED(editor), QAbstractItemModel *WXUNUSED(model), const QModelIndex &WXUNUSED(index)) const wxOVERRIDE
{
// Don't set model data until wx has had a chance to send out events
}