Skip to content

Commit

Permalink
Fix(?) build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 2, 2017
1 parent f831a3c commit d40de5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingregistry.cpp
Expand Up @@ -17,7 +17,7 @@

#include "qgsprocessingregistry.h"

QgsProcessingRegistry::QgsProcessingRegistry( QObject *parent )
QgsProcessingRegistry::QgsProcessingRegistry( QObject *parent SIP_TRANSFERTHIS )
: QObject( parent )
{

Expand Down

0 comments on commit d40de5d

Please sign in to comment.