summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/sndfilesource.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-08-09 17:56:14 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-08-09 17:56:14 +0100
commit5f703f25a9c73912d2d28c29c52130e5f363c768 (patch)
treea3bdba0ab67a167e8601b626bed41ad002b3f834 /libs/ardour/ardour/sndfilesource.h
parent64cc518e72c684f05a3dc48d97ec985fbe6186d1 (diff)
'libs/ardour' - If the platform is Windows, prevent lengthy caching by flushing imported files on completion of the import
Diffstat (limited to 'libs/ardour/ardour/sndfilesource.h')
-rw-r--r--libs/ardour/ardour/sndfilesource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/sndfilesource.h b/libs/ardour/ardour/sndfilesource.h
index 3f63f1c598..bed431c490 100644
--- a/libs/ardour/ardour/sndfilesource.h
+++ b/libs/ardour/ardour/sndfilesource.h
@@ -46,6 +46,7 @@ class SndFileSource : public AudioFileSource {
float sample_rate () const;
int update_header (framepos_t when, struct tm&, time_t);
int flush_header ();
+ void flush ();
framepos_t natural_position () const;