Skip to content

Commit f58d084

Browse files
bakpaulhugtalbot
authored andcommitted
Update Sofa/framework/Simulation/Core/src/sofa/simulation/SceneCheckerVisitor.cpp
Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
1 parent 9d1363c commit f58d084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sofa/framework/Simulation/Core/src/sofa/simulation/SceneCheckerVisitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void SceneCheckerVisitor::removeCheck(sofa::simulation::SceneCheck::SPtr check)
5252
m_checkset.erase( std::remove( m_checkset.begin(), m_checkset.end(), check ), m_checkset.end() );
5353
}
5454

55-
void SceneCheckerVisitor:: validate(sofa::simulation::Node* node, simulation::SceneLoader* sceneLoader)
55+
void SceneCheckerVisitor::validate(sofa::simulation::Node* node, simulation::SceneLoader* sceneLoader)
5656
{
5757
std::stringstream tmp;
5858
bool first = true;

0 commit comments

Comments
 (0)