Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjenssen committed Dec 7, 2023
1 parent f3fd4e7 commit c21011f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void RimUserDefinedIndexFilter::updateCellIndexFilter( cvf::UByteArray* includeV
{
if ( gridIndex != m_gridIndex() ) return;

const auto filterSize = includeVisibility->size();
const auto filterSize = (int)includeVisibility->size();

if ( m_filterMode == FilterModeType::INCLUDE )
{
Expand Down

0 comments on commit c21011f

Please sign in to comment.