diff options
Diffstat (limited to 'src/gui/NewSubpatchWindow.hpp')
-rw-r--r-- | src/gui/NewSubpatchWindow.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/NewSubpatchWindow.hpp b/src/gui/NewSubpatchWindow.hpp index 3c685d3f..186e0953 100644 --- a/src/gui/NewSubpatchWindow.hpp +++ b/src/gui/NewSubpatchWindow.hpp @@ -45,14 +45,14 @@ public: void set_patch(SharedPtr<PatchModel> patch); - void present(SharedPtr<PatchModel> patch, GraphObject::Variables data); + void present(SharedPtr<PatchModel> patch, GraphObject::Properties data); private: void name_changed(); void ok_clicked(); void cancel_clicked(); - GraphObject::Variables _initial_data; + GraphObject::Properties _initial_data; SharedPtr<PatchModel> _patch; Gtk::Entry* _name_entry; |