Update C sources
This commit is contained in:
parent
2a66186c7d
commit
1868520849
27 changed files with 4582 additions and 2234 deletions
|
@ -920,7 +920,7 @@ func LoadAutomationEventList(fileName string) AutomationEventList {
|
|||
|
||||
// UnloadAutomationEventList - Unload automation events list from file
|
||||
func UnloadAutomationEventList(list *AutomationEventList) {
|
||||
C.UnloadAutomationEventList(list.cptr())
|
||||
C.UnloadAutomationEventList(*list.cptr())
|
||||
}
|
||||
|
||||
// ExportAutomationEventList - Export automation events list as text file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue