summaryrefslogtreecommitdiff
path: root/muse2/synti/fluid/fluid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/synti/fluid/fluid.cpp')
-rw-r--r--muse2/synti/fluid/fluid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/fluid/fluid.cpp b/muse2/synti/fluid/fluid.cpp
index 13cfbef3..17a5119e 100644
--- a/muse2/synti/fluid/fluid.cpp
+++ b/muse2/synti/fluid/fluid.cpp
@@ -38,7 +38,7 @@
class QWidget;
-static Mess* instantiate(int sr, QWidget*, QString *projectPathPtr, const char* name)
+static Mess* instantiate(int sr, QWidget*, QString* /* projectPathPtr */, const char* name)
{
ISynth* synth = new ISynth();
synth->setSampleRate(sr);