Skip to content

Commit 99e1eb7

Browse files
tatolevicztatoleviczpaceholder
authored
Add forward declaration in NodeDataModel.hpp (#323)
* without this forward declaration it it wasn't compilling * Update NodeDataModel.hpp Co-authored-by: tatolevicz <leviczios@gmail.com> Co-authored-by: Dmitry Pinaev <dimitry.pinaev@gmail.com>
1 parent 2deb044 commit 99e1eb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/nodes/internal/NodeDataModel.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
namespace QtNodes
1616
{
1717

18+
class NodePainterDelegate;
19+
1820
enum class NodeValidationState
1921
{
2022
Valid,

0 commit comments

Comments
 (0)