From d10796d12fd477215fc024078c0f2d83abc6515e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Dec 2020 20:15:05 +0100 Subject: Avoid "using namespace" --- src/gui/GraphView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/GraphView.cpp') diff --git a/src/gui/GraphView.cpp b/src/gui/GraphView.cpp index 88b3d6fe..5f81a309 100644 --- a/src/gui/GraphView.cpp +++ b/src/gui/GraphView.cpp @@ -31,7 +31,7 @@ namespace ingen { -using namespace client; +using client::GraphModel; namespace gui { -- cgit v1.2.1