mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
C++98 compatibility (remove C++11 staff)
This commit is contained in:
parent
7f46c31f2b
commit
804edcb070
@ -247,7 +247,7 @@ bool SMESHGUI_Selection::isQuadratic( int ind ) const
|
||||
if ( idSource->_is_nil() )
|
||||
return false;
|
||||
SMESHGUI_ConvToQuadOp::MeshDestinationType meshTgtType = SMESHGUI_ConvToQuadOp::DestinationMesh( idSource );
|
||||
if ( meshTgtType & SMESHGUI_ConvToQuadOp::MeshDestinationType::Linear )
|
||||
if ( meshTgtType & SMESHGUI_ConvToQuadOp::Linear )
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user