diff layer/FlexiNoteLayer.cpp @ 905:b66fb15de477 cxx11

Working through the float/double and int/sv_frame_t fixes
author Chris Cannam
date Mon, 09 Mar 2015 14:35:21 +0000
parents e0f08e108064
children 94e4952a6774 26da827e8fb5
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.cpp	Mon Mar 09 12:02:10 2015 +0000
+++ b/layer/FlexiNoteLayer.cpp	Mon Mar 09 14:35:21 2015 +0000
@@ -1582,7 +1582,7 @@
 }
 
 void
-FlexiNoteLayer::moveSelection(Selection s, int newStartFrame)
+FlexiNoteLayer::moveSelection(Selection s, sv_frame_t newStartFrame)
 {
     if (!m_model) return;