summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-12-31 05:51:27 +0000
committerDavid Robillard <d@drobilla.net>2007-12-31 05:51:27 +0000
commit4eae343332a4403bd45d3b3035ccbb2a6fe90db9 (patch)
treeed6280f1cee18e86c07febdb218a99b33ad3d8c6 /src
parent39dbfbaf661bfec067d02b26bbc04608d74413c6 (diff)
downloadingen-4eae343332a4403bd45d3b3035ccbb2a6fe90db9.tar.gz
ingen-4eae343332a4403bd45d3b3035ccbb2a6fe90db9.tar.bz2
ingen-4eae343332a4403bd45d3b3035ccbb2a6fe90db9.zip
Clean up and remove useless code in FlowCanvas.
git-svn-id: http://svn.drobilla.net/lad/ingen@998 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/libs/gui/Port.hpp2
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();