Compilation error: no unique final overrider for 'virtual void Looper::Setup()'

They all have Setup, the problem is that some of them seem to be private.
Try changing the inherit in PropBase to “protected Looper” (line 71 in prop_base.h) and see if that helps.

1 Like