diff options
Diffstat (limited to 'scene/gui/graph_edit.h')
-rw-r--r-- | scene/gui/graph_edit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h index 9f5dd56ed5..c3276ceacc 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(); }; |