Forgot to append the _t

This commit is contained in:
Xaymar
2025-08-05 08:27:09 +02:00
parent 31fde8b4c8
commit 1c13d4b88a
+2 -2
View File
@@ -97,7 +97,7 @@ enum VST_VERSION {
/** Window/Editor Rectangle
*/
struct vst_rect {
struct vst_rect_t {
int16_t top;
int16_t left;
int16_t bottom;
@@ -980,7 +980,7 @@ enum VST_EFFECT_OPCODE {
/** Retrieve the client rect size of the plugins window.
* If no window has been created, returns the default rect.
*
* @param p_ptr Pointer of type 'struct vst_rect*'.
* @param p_ptr Pointer of type 'struct vst_rect_t*'.
* @return On success, returns 1 and updates p_ptr to the rect. On failure, returns 0.
*/
VST_EFFECT_OPCODE_0D = 0x0D,