summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/smf_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/smf_reader.h')
-rw-r--r--libs/ardour/ardour/smf_reader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/smf_reader.h b/libs/ardour/ardour/smf_reader.h
index 806844004e..a96ef6bf7f 100644
--- a/libs/ardour/ardour/smf_reader.h
+++ b/libs/ardour/ardour/smf_reader.h
@@ -65,13 +65,13 @@ public:
throw (std::logic_error, PrematureEOF, CorruptFile);
void close();
+
+ static uint32_t read_var_len(FILE* fd) throw (PrematureEOF);
protected:
/** size of SMF header, including MTrk chunk header */
static const uint32_t HEADER_SIZE = 22;
- uint32_t read_var_len() const throw(PrematureEOF);
-
std::string _filename;
FILE* _fd;
//TimeUnit _unit;