diff options
Diffstat (limited to 'mkvlib/c/exports.go')
| -rw-r--r-- | mkvlib/c/exports.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkvlib/c/exports.go b/mkvlib/c/exports.go index 94e96ee..32c21af 100644 --- a/mkvlib/c/exports.go +++ b/mkvlib/c/exports.go @@ -216,11 +216,11 @@ func GetFontInfo(p *C.char) *C.char { } //export NOverwrite -func NOverwrite(o bool) { +func NOverwrite(n bool) { if !checkInstance() { return } - getter.GetProcessorInstance().NOverwrite(o) + getter.GetProcessorInstance().NOverwrite(n) } //export Version |
