autocxx icon indicating copy to clipboard operation
autocxx copied to clipboard

Base classes without member variables are ignored

Open bsilver8192 opened this issue 3 years ago • 0 comments

Expected Behavior

Acknowledge the existence of base classes with no member variables. They may have member functions and/or special member functions.

Actual Behavior

bindgen fails to create the _base member which further analyses use to determine the existence of the superclass, so then everything else acts like the base class doesn't exist. This means it's part of #124.

bsilver8192 avatar Feb 24 '22 08:02 bsilver8192