Browse Source

gcc3 fix (extra default param)

master
nebogeo 22 years ago
parent
commit
364b8fb9fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      SpiralSound/Plugins/LADSPAPlugin/LADSPAPlugin.C

+ 1
- 1
SpiralSound/Plugins/LADSPAPlugin/LADSPAPlugin.C View File

@@ -405,7 +405,7 @@ bool LADSPAPlugin::UpdatePlugin(int n)
return UpdatePlugin(m_LADSPAList[n].Filename.c_str(),m_LADSPAList[n].Label.c_str());
}

bool LADSPAPlugin::UpdatePlugin(const char * filename, const char * label, bool PortClampReset=true)
bool LADSPAPlugin::UpdatePlugin(const char * filename, const char * label, bool PortClampReset)
{
// first call with same info, to clear the ports
UpdatePluginInfoWithHost();


Loading…
Cancel
Save