1
0
mirror of https://github.com/mappu/miqt.git synced 2025-04-10 15:40:22 +00:00

genbindings: fix NotAssign overload functions

This commit is contained in:
mappu 2024-08-14 18:26:51 +12:00
parent d7a7ae9bcf
commit aaa1d1274b

@ -44,6 +44,7 @@ func (nm CppMethod) SafeMethodName() string {
replacer := strings.NewReplacer(
`==`, `Equal`,
`!=`, `NotEqual`,
`>=`, `GreaterOrEqual`,
`<=`, `LesserOrEqual`,
`=`, `Assign`,