aboutsummaryrefslogtreecommitdiff
path: root/include/proj/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/util.hpp')
-rw-r--r--include/proj/util.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proj/util.hpp b/include/proj/util.hpp
index 78115aa1..acc793cc 100644
--- a/include/proj/util.hpp
+++ b/include/proj/util.hpp
@@ -331,6 +331,7 @@ class PROJ_GCC_DLL BaseObject {
protected:
PROJ_INTERNAL BaseObject();
PROJ_INTERNAL void assignSelf(const BaseObjectNNPtr &self);
+ PROJ_INTERNAL BaseObject &operator=(BaseObject &&other);
private:
PROJ_OPAQUE_PRIVATE_DATA