mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-11 05:11:33 +00:00
Remove volatile from plugin->active
This commit is contained in:
parent
ce79b5f952
commit
128a669ef8
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ typedef struct _fluid_ladspa_plugin_t
|
|||
const LADSPA_Descriptor *desc;
|
||||
LADSPA_Handle *handle;
|
||||
|
||||
volatile int active;
|
||||
int active;
|
||||
|
||||
/* Used to keep track of the port connection states */
|
||||
fluid_ladspa_port_state_t *ports;
|
||||
|
|
Loading…
Reference in a new issue