summaryrefslogtreecommitdiff
path: root/libs/ardour/session_events.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-06-21 23:01:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-06-21 23:01:03 +0000
commit912da52a539981193941d8739fa6f103b5e406db (patch)
treebc83e26b458af139a4e8a06d4c6e0650921f7157 /libs/ardour/session_events.cc
parent69ac3569ed061345bc9a2d8e13b6201dae2ab812 (diff)
the return of VST support
git-svn-id: svn://localhost/ardour2/trunk@629 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_events.cc')
-rw-r--r--libs/ardour/session_events.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_events.cc b/libs/ardour/session_events.cc
index 74735d6ae8..e918e0383f 100644
--- a/libs/ardour/session_events.cc
+++ b/libs/ardour/session_events.cc
@@ -33,7 +33,7 @@
#include "i18n.h"
using namespace ARDOUR;
-//using namespace sigc;
+using namespace PBD;
MultiAllocSingleReleasePool Session::Event::pool ("event", sizeof (Session::Event), 512);