summaryrefslogtreecommitdiff
path: root/muse2/muse/conf.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-01-06 15:37:19 +0000
committerFlorian Jung <flo@windfisch.org>2012-01-06 15:37:19 +0000
commitbcc4a8edf89457a6e0f15c14970202ca7c05b6e0 (patch)
tree6a2d4dd707475ee9bfc7c9e62307c11c70f4e4f7 /muse2/muse/conf.h
parenteec7d9eb4d38a8f7bdbdb9d6301990a8574b3936 (diff)
merged with release_2_0
Diffstat (limited to 'muse2/muse/conf.h')
-rw-r--r--muse2/muse/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/conf.h b/muse2/muse/conf.h
index f3f4753c..0813ed3e 100644
--- a/muse2/muse/conf.h
+++ b/muse2/muse/conf.h
@@ -54,7 +54,7 @@ class MidiFileConfig : public QDialog, public Ui::ConfigMidiFileBase {
namespace MusECore {
class Xml;
extern bool readConfiguration();
-extern void readConfiguration(Xml&, bool readOnlySequencer, bool doReadGlobalConfig);
+extern void readConfiguration(Xml&, bool doReadMidiPorts, bool doReadGlobalConfig);
}
#endif