Skip to content
Prev 360358 / 398503 Next

S4 non-virtual class with no slots? [SOLVED]

Thanks, Martin, that (inherit from a virtual class) worked great.  I already had a base class created with setUnion, and so this was an easy switch.

I had assumed that since inheriting from a class without slots would produce a class without slots the result would still be virtual.  Fortunately that's not the case.

Ross