Skip to content

Commit

Permalink
Add explicit keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Oct 9, 2017
1 parent f726285 commit e05e920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsauxiliarystorage.sip
Expand Up @@ -27,7 +27,7 @@ class QgsAuxiliaryField : QgsField
%End
public:

QgsAuxiliaryField( const QgsPropertyDefinition &def );
explicit QgsAuxiliaryField( const QgsPropertyDefinition &def );
%Docstring
Constructor

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsauxiliarystorage.h
Expand Up @@ -48,7 +48,7 @@ class CORE_EXPORT QgsAuxiliaryField : public QgsField
* \param def Definition of the property to be stored by this auxiliary
* field.
*/
QgsAuxiliaryField( const QgsPropertyDefinition &def );
explicit QgsAuxiliaryField( const QgsPropertyDefinition &def );

/**
* Destructor
Expand Down

0 comments on commit e05e920

Please sign in to comment.