summaryrefslogtreecommitdiff
path: root/src/buildstream/node.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/node.pxd')
-rw-r--r--src/buildstream/node.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/node.pxd b/src/buildstream/node.pxd
index 19f0a223e..39538da0a 100644
--- a/src/buildstream/node.pxd
+++ b/src/buildstream/node.pxd
@@ -27,7 +27,7 @@ cdef class Node:
cdef int column
# Public Methods
- cpdef Node copy(self)
+ cpdef Node clone(self)
cpdef ProvenanceInformation get_provenance(self)
# Private Methods used in BuildStream