You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to generate bindings for a struct with a function pointer member called "notify" for BridJ a Java class is generated with a method: Pointer notify() this conflicts with Object.notify() that returns 'void'. Ideally a '$' should be added to the method name like is done with java keywords
The text was updated successfully, but these errors were encountered:
When I try to generate bindings for a struct with a function pointer member called "notify" for BridJ a Java class is generated with a method: Pointer notify() this conflicts with Object.notify() that returns 'void'. Ideally a '$' should be added to the method name like is done with java keywords
The text was updated successfully, but these errors were encountered: