summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Port.cpp')
-rw-r--r--src/gui/Port.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp
index ebeb5e83..4f8e085e 100644
--- a/src/gui/Port.cpp
+++ b/src/gui/Port.cpp
@@ -37,7 +37,6 @@
#include "rgba.hpp"
using namespace Ingen::Client;
-using namespace std;
namespace Ingen {
namespace GUI {
@@ -56,7 +55,7 @@ Port::create(App& app,
Port::Port(App& app,
Ganv::Module& module,
SPtr<const PortModel> pm,
- const string& name,
+ const std::string& name,
bool flip)
: Ganv::Port(module, name,
flip ? (!pm->is_input()) : pm->is_input(),