summaryrefslogtreecommitdiff
path: root/muse2/muse/song.h
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2011-05-24 18:31:42 +0000
committerRobert Jonsson <spamatica@gmail.com>2011-05-24 18:31:42 +0000
commit9e3802aadd279ffd0a677df9dd5d21e02315d8b4 (patch)
treec37f010624dee5e463a1d301335bc10d5c764ea4 /muse2/muse/song.h
parent9defbf3c671ccb70ff4b29f222ea9fb9227099b2 (diff)
template sample rate, drum track channel, track list header
Diffstat (limited to 'muse2/muse/song.h')
-rw-r--r--muse2/muse/song.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/song.h b/muse2/muse/song.h
index e1378480..47fd96d4 100644
--- a/muse2/muse/song.h
+++ b/muse2/muse/song.h
@@ -162,7 +162,7 @@ class Song : public QObject {
AudioOutput* bounceOutput;
void updatePos();
- void read(Xml&);
+ void read(Xml&, bool isTemplate=false);
void write(int, Xml&) const;
void writeFont(int level, Xml& xml, const char* name,
const QFont& font) const;