diff options
Diffstat (limited to 'src/gui/LoadSubpatchWindow.hpp')
-rw-r--r-- | src/gui/LoadSubpatchWindow.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/LoadSubpatchWindow.hpp b/src/gui/LoadSubpatchWindow.hpp index 559df05c..9e4fda0d 100644 --- a/src/gui/LoadSubpatchWindow.hpp +++ b/src/gui/LoadSubpatchWindow.hpp @@ -45,7 +45,7 @@ public: void set_patch(SharedPtr<PatchModel> patch); - void present(SharedPtr<PatchModel> patch, GraphObject::Variables data); + void present(SharedPtr<PatchModel> patch, GraphObject::Properties data); protected: void on_show(); @@ -59,7 +59,7 @@ private: void ok_clicked(); void cancel_clicked(); - GraphObject::Variables _initial_data; + GraphObject::Properties _initial_data; SharedPtr<PatchModel> _patch; |