summaryrefslogtreecommitdiff
path: root/muse2/muse/arranger/arrangerview.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-02-14 17:26:03 +0000
committerFlorian Jung <flo@windfisch.org>2012-02-14 17:26:03 +0000
commit3ffd0dacdd7447c6c377f95c1fa7fc45a2612d98 (patch)
treec8fa5ba7569d3001f3304f16f2f4a5c2546db8df /muse2/muse/arranger/arrangerview.h
parentbca65ae96031f8d6828cb0038ee768ae11c7cff8 (diff)
- added support for custom controller columns in the tracklist
they are stored in and read from the global config file. - tracklist header is now saved into global config, not in songfile. TODO: - allow the user to customize the custom columns - make recreating the Header work (graphical glitches currently)
Diffstat (limited to 'muse2/muse/arranger/arrangerview.h')
-rw-r--r--muse2/muse/arranger/arrangerview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/arranger/arrangerview.h b/muse2/muse/arranger/arrangerview.h
index 5407c2ab..2e128c1d 100644
--- a/muse2/muse/arranger/arrangerview.h
+++ b/muse2/muse/arranger/arrangerview.h
@@ -153,7 +153,7 @@ class ArrangerView : public TopWin
void writeStatus(int level, MusECore::Xml& xml) const;
void readStatus(MusECore::Xml& xml);
static void readConfiguration(MusECore::Xml&);
- static void writeConfiguration(int, MusECore::Xml&);
+ void writeConfiguration(int, MusECore::Xml&);
};
} // namespace MusEGui