summaryrefslogtreecommitdiffstats
path: root/editor/node_dock.h
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.h
parent5b270278c869461a3dce2c0d0db71e0beaa50685 (diff)
downloadredot-engine-cdac60759e931b07811025adf053b1e88495ad80.tar.gz
Add support for unbinding in connection dialog
Diffstat (limited to 'editor/node_dock.h')
-rw-r--r--editor/node_dock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/node_dock.h b/editor/node_dock.h
index 280369bb09..fcb996b221 100644
--- a/editor/node_dock.h
+++ b/editor/node_dock.h
@@ -31,9 +31,10 @@
#ifndef NODE_DOCK_H
#define NODE_DOCK_H
-#include "connections_dialog.h"
#include "groups_editor.h"
+class ConnectionsDock;
+
class NodeDock : public VBoxContainer {
GDCLASS(NodeDock, VBoxContainer);