summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2010-04-02 20:49:02 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2010-04-02 20:49:02 +0000
commit48dd5afaa57b5485297b9583a4124e9f444acd84 (patch)
treec5598856f1a91c44bc0613e1997e7b60a05356b2 /libs/audiographer/audiographer
parentad7025ae84ecd3dceb194b3445e701d1771537ff (diff)
Make audiographer SndfileWriter use PBD::Signal and use it properly. Also make export graph stuff use boost::ptr_list (because of ScopedConnection non-copyability)
git-svn-id: svn://localhost/ardour2/branches/3.0@6844 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/audiographer/audiographer')
-rw-r--r--libs/audiographer/audiographer/sndfile/sndfile_writer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/sndfile/sndfile_writer.h b/libs/audiographer/audiographer/sndfile/sndfile_writer.h
index aa06a2c3ef..38e1b8148c 100644
--- a/libs/audiographer/audiographer/sndfile/sndfile_writer.h
+++ b/libs/audiographer/audiographer/sndfile/sndfile_writer.h
@@ -10,6 +10,8 @@
#include "audiographer/types.h"
#include "audiographer/sndfile/sndfile_base.h"
+#include "pbd/signals.h"
+
namespace AudioGrapher
{
@@ -62,7 +64,7 @@ class SndfileWriter
using Sink<T>::process;
- boost::signals2::signal<void (std::string)> FileWritten;
+ PBD::Signal1<void, std::string> FileWritten;
protected:
/// SndfileHandle has to be constructed directly by deriving classes