mirror of
https://github.com/mappu/miqt.git
synced 2025-01-03 14:18:37 +00:00
genbindings: fix NotAssign overload functions
This commit is contained in:
parent
d7a7ae9bcf
commit
aaa1d1274b
@ -44,6 +44,7 @@ func (nm CppMethod) SafeMethodName() string {
|
||||
replacer := strings.NewReplacer(
|
||||
|
||||
`==`, `Equal`,
|
||||
`!=`, `NotEqual`,
|
||||
`>=`, `GreaterOrEqual`,
|
||||
`<=`, `LesserOrEqual`,
|
||||
`=`, `Assign`,
|
||||
|
Loading…
Reference in New Issue
Block a user