diff layer/SliceLayer.h @ 906:12ab113ca2b1 cxx11

A few more fixes
author Chris Cannam
date Mon, 09 Mar 2015 15:59:04 +0000
parents b66fb15de477
children 94e4952a6774
line wrap: on
line diff
--- a/layer/SliceLayer.h	Mon Mar 09 14:35:21 2015 +0000
+++ b/layer/SliceLayer.h	Mon Mar 09 15:59:04 2015 +0000
@@ -144,8 +144,8 @@
     mutable std::map<const View *, int> m_xorigins;
     mutable std::map<const View *, int> m_yorigins;
     mutable std::map<const View *, int> m_heights;
-    mutable int                    m_currentf0;
-    mutable int                    m_currentf1;
+    mutable sv_frame_t                m_currentf0;
+    mutable sv_frame_t                m_currentf1;
     mutable std::vector<float>        m_values;
 };