summaryrefslogtreecommitdiffstats
path: root/editor/node_dock.cpp
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-10-01 02:40:07 +0200
committerkobewi <kobewi4e@gmail.com>2021-10-04 21:41:21 +0200
commitcdac60759e931b07811025adf053b1e88495ad80 (patch)
treebc284d032b81b0adc80f079fc61db1d77fc21ad8 /editor/node_dock.cpp
parent5b270278c869461a3dce2c0d0db71e0beaa50685 (diff)
downloadredot-engine-cdac60759e931b07811025adf053b1e88495ad80.tar.gz
Add support for unbinding in connection dialog
Diffstat (limited to 'editor/node_dock.cpp')
-rw-r--r--editor/node_dock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/node_dock.cpp b/editor/node_dock.cpp
index 532413897b..a22b43aaa3 100644
--- a/editor/node_dock.cpp
+++ b/editor/node_dock.cpp
@@ -30,6 +30,7 @@
#include "node_dock.h"
+#include "connections_dialog.h"
#include "editor_node.h"
#include "editor_scale.h"