summaryrefslogtreecommitdiff
path: root/libs/audiographer
diff options
context:
space:
mode:
Diffstat (limited to 'libs/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