Mercurial > hg > svgui
diff layer/FlexiNoteLayer.h @ 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.h Mon Mar 09 12:02:10 2015 +0000 +++ b/layer/FlexiNoteLayer.h Mon Mar 09 14:35:21 2015 +0000 @@ -70,7 +70,7 @@ virtual bool editOpen(View *v, QMouseEvent *); - virtual void moveSelection(Selection s, int newStartFrame); + virtual void moveSelection(Selection s, sv_frame_t newStartFrame); virtual void resizeSelection(Selection s, Selection newSize); virtual void deleteSelection(Selection s); virtual void deleteSelectionInclusive(Selection s);