fix: use proper Nim identifier format for Lv2LibDescriptor

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2026-01-25 14:55:17 +01:00
parent 0a81f64009
commit ef94acbd9e

View File

@ -120,4 +120,4 @@ type
lv2Descriptor* = proc(index: cuint): ptr Lv2Descriptor {.cdecl.} lv2Descriptor* = proc(index: cuint): ptr Lv2Descriptor {.cdecl.}
lv2LibDescriptor* = proc(bundle_path: cstring, features: ptr UncheckedArray[ptr Lv2Feature]): LV2_Lib_Descriptor {.cdecl.} lv2LibDescriptor* = proc(bundle_path: cstring, features: ptr UncheckedArray[ptr Lv2Feature]): Lv2LibDescriptor {.cdecl.}