mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-04 05:17:47 +02:00
Separate detection of module load failure from error messaging
This commit is contained in:
@@ -41,7 +41,8 @@ public:
|
||||
Module(const FilePath & name);
|
||||
virtual ~Module();
|
||||
|
||||
bool Load();
|
||||
void ShowLoadFailureError(const wxString &Error);
|
||||
bool Load(wxString &deferredErrorMessage);
|
||||
void Unload();
|
||||
bool HasDispatch() { return mDispatch != NULL; };
|
||||
int Dispatch(ModuleDispatchTypes type);
|
||||
|
||||
Reference in New Issue
Block a user