Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Dec 20, 2024
1 parent eb1805b commit 6275d11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sofa/GUI/src/sofa/gui/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <sofa/gui/component/init.h>
#include <sofa/gui/common/init.h>
#include <sofa/gui/batch/init.h>
#include <sofa/gui/qt/init.h>

namespace sofa::gui
{
Expand All @@ -37,8 +36,7 @@ void init()
sofa::gui::component::init();
sofa::gui::common::init();
sofa::gui::batch::init();
sofa::gui::qt::init();


first = false;
}
}
Expand Down

0 comments on commit 6275d11

Please sign in to comment.