From 4eae343332a4403bd45d3b3035ccbb2a6fe90db9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 31 Dec 2007 05:51:27 +0000 Subject: Clean up and remove useless code in FlowCanvas. git-svn-id: http://svn.drobilla.net/lad/ingen@998 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/Port.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs') 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(); -- cgit v1.2.1