summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2009-05-13 15:45:38 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2009-05-13 15:45:38 +0000
commite341132df82daa96dd276fe6b57aaae787fd084a (patch)
tree7e7661770d980e0ae9d7fdd834245d63f9823b7f /libs/surfaces/mackie
parent72f12095201ae2027b0b046aed4bb43d931abc71 (diff)
Compilation fixes from using namespace removal.
git-svn-id: svn://localhost/ardour2/branches/3.0@5072 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/mackie')
-rw-r--r--libs/surfaces/mackie/mackie_jog_wheel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/mackie/mackie_jog_wheel.cc b/libs/surfaces/mackie/mackie_jog_wheel.cc
index d05eb23638..4e61fc55c9 100644
--- a/libs/surfaces/mackie/mackie_jog_wheel.cc
+++ b/libs/surfaces/mackie/mackie_jog_wheel.cc
@@ -101,7 +101,7 @@ void JogWheel::jog_event( SurfacePort & port, Control & control, const ControlSt
break;
case select:
- cout << "JogWheel select not implemented" << endl;
+ std::cout << "JogWheel select not implemented" << std::endl;
break;
}
}