diff options
Diffstat (limited to 'src/libs/gui')
-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 4af07389..5748f4c7 100644 --- a/src/libs/gui/Port.hpp +++ b/src/libs/gui/Port.hpp @@ -52,7 +52,7 @@ public: private: - void variable_change(const string& key, const Raul::Atom& value); + void variable_change(const std::string& key, const Raul::Atom& value); void renamed(); |