Skip to content

Commit

Permalink
Fix const
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Mar 31, 2020
1 parent e3b65a4 commit 1328a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsrelationeditorwidget.cpp
Expand Up @@ -376,7 +376,7 @@ void QgsRelationEditorWidget::setEditorContext( const QgsAttributeEditorContext
}
}

QgsAttributeEditorContext QgsRelationEditorWidget::editorContext()
QgsAttributeEditorContext QgsRelationEditorWidget::editorContext() const
{
return mEditorContext;
}
Expand Down

0 comments on commit 1328a94

Please sign in to comment.