summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/DragAndDrop/TimelineDropSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/DragAndDrop/TimelineDropSource.cpp')
-rw-r--r--src/Authoring/Studio/DragAndDrop/TimelineDropSource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Studio/DragAndDrop/TimelineDropSource.cpp b/src/Authoring/Studio/DragAndDrop/TimelineDropSource.cpp
index 765db415..ac4b5bd5 100644
--- a/src/Authoring/Studio/DragAndDrop/TimelineDropSource.cpp
+++ b/src/Authoring/Studio/DragAndDrop/TimelineDropSource.cpp
@@ -84,7 +84,7 @@ bool CTimeLineDropSource::CanCopy()
{
bool theReturn = false;
// This is here because some Assets can not be copied ( scene, material )
- theReturn = m_Copy && g_StudioApp.GetCore()->GetDoc()->CanCopyObject(m_Instances);
+ theReturn = m_Copy && g_StudioApp.GetCore()->GetDoc()->canCopyObjects(m_Instances);
return theReturn;
}