mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed a lot of size_t/uint/int related compiler warnings. Still more to go.
p4#: 20215
This commit is contained in:
@@ -488,7 +488,7 @@ void caf::Viewer::zoomAll()
|
||||
void caf::Viewer::addFrame(cvf::Scene* scene)
|
||||
{
|
||||
m_frameScenes.push_back(scene);
|
||||
m_animationControl->setNumFrames(m_frameScenes.size());
|
||||
m_animationControl->setNumFrames(static_cast<int>(m_frameScenes.size()));
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user