1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 12:42:03 +01:00

Bug 2229 - Audacity may fail to load a "bad" module silently, with no error message

This commit is contained in:
Leland Lucius
2020-03-29 15:33:23 -05:00
parent 203d801293
commit ff20948d57
2 changed files with 59 additions and 24 deletions

View File

@@ -51,6 +51,7 @@ public:
bool Load();
void Unload();
bool HasDispatch() { return mDispatch != NULL; };
int Dispatch(ModuleDispatchTypes type);
void * GetSymbol(const wxString &name);