Skip to content

Commit

Permalink
Remove extra mutable
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jan 13, 2021
1 parent f56f42e commit 7a51839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspolymorphicrelation.h
Expand Up @@ -276,7 +276,7 @@ class CORE_EXPORT QgsPolymorphicRelation

private:

mutable QExplicitlySharedDataPointer<QgsPolymorphicRelationPrivate> d;
QExplicitlySharedDataPointer<QgsPolymorphicRelationPrivate> d;

QgsRelationContext mContext;

Expand Down

0 comments on commit 7a51839

Please sign in to comment.