summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadPatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/LoadPatchWindow.hpp')
-rw-r--r--src/gui/LoadPatchWindow.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/LoadPatchWindow.hpp b/src/gui/LoadPatchWindow.hpp
index a946275f..2cd9ef9e 100644
--- a/src/gui/LoadPatchWindow.hpp
+++ b/src/gui/LoadPatchWindow.hpp
@@ -54,7 +54,7 @@ public:
void set_replace() { _replace = true; }
void set_merge() { _replace = false; }
- void present(SharedPtr<PatchModel> patch, GraphObject::Variables data);
+ void present(SharedPtr<PatchModel> patch, GraphObject::Properties data);
protected:
void on_show();
@@ -65,7 +65,7 @@ private:
void ok_clicked();
void cancel_clicked();
- GraphObject::Variables _initial_data;
+ GraphObject::Properties _initial_data;
SharedPtr<PatchModel> _patch;
bool _replace;