aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/graph_edit.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-08-25 17:45:20 -0300
committerJuan Linietsky2016-08-25 17:45:20 -0300
commit9c6175db11ff72603ae58789a462b33ec1e910f8 (patch)
treec7fbb26583b6c7f44b9f8091aa59497900527f08 /scene/gui/graph_edit.h
parent41a58f7935ecd0c91ae55a5e5b84425aadc51840 (diff)
downloadgodot-9c6175db11ff72603ae58789a462b33ec1e910f8.tar.gz
godot-9c6175db11ff72603ae58789a462b33ec1e910f8.tar.zst
godot-9c6175db11ff72603ae58789a462b33ec1e910f8.zip
Diffstat (limited to 'scene/gui/graph_edit.h')
-rw-r--r--scene/gui/graph_edit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h
index 9f5dd56ed..c3276ceac 100644
--- a/scene/gui/graph_edit.h
+++ b/scene/gui/graph_edit.h
@@ -133,6 +133,7 @@ private:
bool lines_on_bg;
+
struct ConnType {
union {
@@ -205,6 +206,7 @@ public:
int get_snap() const;
void set_snap(int p_snap);
+
GraphEdit();
};