summaryrefslogtreecommitdiff
path: root/muse2/muse/functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/functions.cpp')
-rw-r--r--muse2/muse/functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/functions.cpp b/muse2/muse/functions.cpp
index 2fc9f826..2584caa3 100644
--- a/muse2/muse/functions.cpp
+++ b/muse2/muse/functions.cpp
@@ -1009,7 +1009,7 @@ void paste_at(const QString& pt, int pos, int max_distance, bool always_new_part
Track* dest_track;
if (paste_into_part == NULL)
- dest_part = partFromSerialNumber(part_id);
+ dest_part = MusEUtil::partFromSerialNumber(part_id);
else
dest_part=paste_into_part;