Mercurial > hg > svapp
diff framework/SVFileReader.h @ 435:618d5816b04d cxx11
More type fixes
author | Chris Cannam |
---|---|
date | Tue, 10 Mar 2015 13:22:10 +0000 |
parents | 289d65722123 |
children | 0f82c719d885 |
line wrap: on
line diff
--- a/framework/SVFileReader.h Wed Mar 04 13:53:13 2015 +0000 +++ b/framework/SVFileReader.h Tue Mar 10 13:22:10 2015 +0000 @@ -34,7 +34,7 @@ virtual ~SVFileReaderPaneCallback(); virtual Pane *addPane() = 0; virtual void setWindowSize(int width, int height) = 0; - virtual void addSelection(int start, int end) = 0; + virtual void addSelection(sv_frame_t start, sv_frame_t end) = 0; }; /**