summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/LoadSubpatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/gui/LoadSubpatchWindow.hpp')
-rw-r--r--src/libs/gui/LoadSubpatchWindow.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/gui/LoadSubpatchWindow.hpp b/src/libs/gui/LoadSubpatchWindow.hpp
index 89600895..ee8a5a16 100644
--- a/src/libs/gui/LoadSubpatchWindow.hpp
+++ b/src/libs/gui/LoadSubpatchWindow.hpp
@@ -44,7 +44,7 @@ public:
void set_patch(SharedPtr<PatchModel> patch);
- void present(SharedPtr<PatchModel> patch, GraphObject::MetadataMap data);
+ void present(SharedPtr<PatchModel> patch, GraphObject::Variables data);
protected:
void on_show();
@@ -58,7 +58,7 @@ private:
void ok_clicked();
void cancel_clicked();
- GraphObject::MetadataMap _initial_data;
+ GraphObject::Variables _initial_data;
SharedPtr<PatchModel> _patch;