Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
QgsPropertyCollectionStack: in copy cstor, initialize mStack member v…
…ariable to its default value to make cppcheck happy
  • Loading branch information
rouault committed Jun 1, 2020
1 parent b0d7243 commit f36cc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspropertycollection.cpp
Expand Up @@ -380,7 +380,7 @@ QgsPropertyCollectionStack::~QgsPropertyCollectionStack()
}

QgsPropertyCollectionStack::QgsPropertyCollectionStack( const QgsPropertyCollectionStack &other )
: QgsAbstractPropertyCollection( other )
: QgsAbstractPropertyCollection( other ), mStack()
{
clear();

Expand Down

0 comments on commit f36cc6f

Please sign in to comment.