mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 17:08:38 +00:00
genbindings: fixup typo
This commit is contained in:
parent
0401231ab6
commit
45f3e8abed
@ -133,7 +133,7 @@ type goFileState struct {
|
||||
imports map[string]struct{}
|
||||
}
|
||||
|
||||
func (gfs *goFileState) emitParametersGo2CABIForwarding(m CppMethod) (preamble string, fowarding string) {
|
||||
func (gfs *goFileState) emitParametersGo2CABIForwarding(m CppMethod) (preamble string, forwarding string) {
|
||||
tmp := make([]string, 0, len(m.Parameters)+2)
|
||||
|
||||
if !m.IsStatic {
|
||||
|
Loading…
Reference in New Issue
Block a user