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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/synti/fluid/fluid.cpp b/muse2/synti/fluid/fluid.cpp
index d1802354..ad3d06a6 100644
--- a/muse2/synti/fluid/fluid.cpp
+++ b/muse2/synti/fluid/fluid.cpp
@@ -272,7 +272,7 @@ void ISynth::allNotesOff()
// guiVisible
//---------------------------------------------------------
-bool ISynth::guiVisible() const
+bool ISynth::nativeGuiVisible() const
{
return gui->isVisible();
}
@@ -281,7 +281,7 @@ bool ISynth::guiVisible() const
// showGui
//---------------------------------------------------------
-void ISynth::showGui(bool flag)
+void ISynth::showNativeGui(bool flag)
{
gui->setVisible(flag);
}