summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r--src/AlsaDriver.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp
index b583917..87ef6d3 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -18,7 +18,7 @@
#include <string>
#include <iostream>
#include <cassert>
-#include "PatchageFlowCanvas.h"
+#include "PatchageCanvas.h"
#include "AlsaDriver.h"
#include "Patchage.h"
#include "PatchageModule.h"
@@ -27,8 +27,7 @@
using std::cerr;
using std::string;
-
-using namespace LibFlowCanvas;
+using namespace FlowCanvas;
AlsaDriver::AlsaDriver(Patchage* app)
: _app(app),