Skip to content

Commit

Permalink
fix missing private operator
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 1, 2017
1 parent 07fa247 commit 3e73ac7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/core/qgslabelsearchtree.sip
Expand Up @@ -36,6 +36,10 @@ Removes and deletes all the entries
//! QgsLabelSearchTree cannot be copied.
QgsLabelSearchTree( const QgsLabelSearchTree &rh );
//! QgsLabelSearchTree cannot be copied.
QgsLabelSearchTree &operator=( const QgsLabelSearchTree &rh );
%Docstring
:rtype: QgsLabelSearchTree
%End
};

/************************************************************************
Expand Down

0 comments on commit 3e73ac7

Please sign in to comment.