fix: use proper Nim identifier format for Lv2LibDescriptor
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
0a81f64009
commit
ef94acbd9e
@ -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.}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user