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