comparison 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
comparison
equal deleted inserted replaced
905:b66fb15de477 906:12ab113ca2b1
142 float m_gain; 142 float m_gain;
143 mutable std::vector<int> m_scalePoints; 143 mutable std::vector<int> m_scalePoints;
144 mutable std::map<const View *, int> m_xorigins; 144 mutable std::map<const View *, int> m_xorigins;
145 mutable std::map<const View *, int> m_yorigins; 145 mutable std::map<const View *, int> m_yorigins;
146 mutable std::map<const View *, int> m_heights; 146 mutable std::map<const View *, int> m_heights;
147 mutable int m_currentf0; 147 mutable sv_frame_t m_currentf0;
148 mutable int m_currentf1; 148 mutable sv_frame_t m_currentf1;
149 mutable std::vector<float> m_values; 149 mutable std::vector<float> m_values;
150 }; 150 };
151 151
152 #endif 152 #endif