Skip to content

Commit 9ddbb83

Browse files
committed
include sofa/core/fwd.h instead of the forward declaration
1 parent 04c373a commit 9ddbb83

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/sofa/qt/dataGraph/SofaComponentNodeModel.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ using QtNodes::NodeDataModel;
1515
using QtNodes::PortType;
1616
using QtNodes::PortIndex;
1717

18-
namespace sofa::core::objectmodel
19-
{
20-
class BaseObject;
21-
class BaseData;
22-
} // namespace sofa::core::objectmodel
18+
#include <sofa/core/fwd.h>
2319

2420
/// The class can potentially incapsulate any user data which
2521
/// need to be transferred within the Node Editor graph

0 commit comments

Comments
 (0)