mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
AudacityProject::OnEffect wraps new function DoEffect
This commit is contained in:
@@ -120,7 +120,7 @@ private:
|
||||
};
|
||||
|
||||
template<typename OBJ>
|
||||
using audCommandPluginFunction = bool (OBJ::*)(const PluginID &, int);
|
||||
using audCommandPluginFunction = void (OBJ::*)(const PluginID &, int);
|
||||
|
||||
template<typename OBJ>
|
||||
class PluginFunctor final : public CommandFunctor
|
||||
|
||||
Reference in New Issue
Block a user