fix missing private operator

This commit is contained in:
Denis Rouzaud 2017-06-01 13:32:57 +02:00
parent 07fa24781c
commit 3e73ac7a5d

View File

@ -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
};
/************************************************************************