summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vestige/vestige.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/vestige/vestige.h')
-rw-r--r--libs/ardour/ardour/vestige/vestige.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/vestige/vestige.h b/libs/ardour/ardour/vestige/vestige.h
index 9e588452ec..41e78f7a05 100644
--- a/libs/ardour/ardour/vestige/vestige.h
+++ b/libs/ardour/ardour/vestige/vestige.h
@@ -308,8 +308,8 @@ struct _AEffect
void *user;
// Id 48-4b
int32_t uniqueID;
- // Don't know 4c-4f
- char unknown1[4];
+ // Version 4c-4f
+ int32_t version;
// processReplacing 50-53
void (* processReplacing) (struct _AEffect *, float **, float **, int);
};