Introspection fixes.
Don't define class as typedefs of their parent class. While that works, it makes introspection (and gcc for that matter) see them as identical.
Showing
Please register or sign in to comment
Don't define class as typedefs of their parent class. While that works, it makes introspection (and gcc for that matter) see them as identical.