diff options
Diffstat (limited to 'src/libs/gui/Port.hpp')
-rw-r--r-- | src/libs/gui/Port.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/Port.hpp b/src/libs/gui/Port.hpp index dbbf64d3..4af07389 100644 --- a/src/libs/gui/Port.hpp +++ b/src/libs/gui/Port.hpp @@ -52,7 +52,7 @@ public: private: - void metadata_update(const string& key, const Raul::Atom& value); + void variable_change(const string& key, const Raul::Atom& value); void renamed(); |