summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/sndfilesource.h
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2006-10-27 22:48:19 +0000
committerSampo Savolainen <v2@iki.fi>2006-10-27 22:48:19 +0000
commit674e73ae77480ef851374dae79e7c5c023f04635 (patch)
treeb77ee49f186601e5d3184474fcc56f826f67a83f /libs/ardour/ardour/sndfilesource.h
parent1bd4c5b3a212460eed1773f6b049d18c89625565 (diff)
Embedded files / embedding files now work.
git-svn-id: svn://localhost/ardour2/trunk@1032 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/sndfilesource.h')
-rw-r--r--libs/ardour/ardour/sndfilesource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/sndfilesource.h b/libs/ardour/ardour/sndfilesource.h
index 50fd5e6839..6302d88967 100644
--- a/libs/ardour/ardour/sndfilesource.h
+++ b/libs/ardour/ardour/sndfilesource.h
@@ -69,7 +69,7 @@ class SndFileSource : public AudioFileSource {
mutable float *interleave_buf;
mutable nframes_t interleave_bufsize;
- void init (const string &str);
+ void init (string str);
int open();
void close();
int setup_broadcast_info (nframes_t when, struct tm&, time_t);