Skip to content

Commit

Permalink
Fix sip build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 9, 2023
1 parent 855ac2e commit 6454f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/core/auto_generated/qgsauxiliarystorage.sip.in
Expand Up @@ -61,7 +61,6 @@ Constructor
sipRes = PyUnicode_FromString( str.toUtf8().constData() );
%End

using QgsVectorLayer::clone;

QgsAuxiliaryLayer *clone( QgsVectorLayer *layer ) const /Factory/;
%Docstring
Expand Down
2 changes: 2 additions & 0 deletions src/core/qgsauxiliarystorage.h
Expand Up @@ -89,7 +89,9 @@ class CORE_EXPORT QgsAuxiliaryLayer : public QgsVectorLayer
% End
#endif

#ifndef SIP_RUN
using QgsVectorLayer::clone;
#endif

/**
* Returns a new instance equivalent to this one. The underlying table
Expand Down

0 comments on commit 6454f7b

Please sign in to comment.