E2170 Base class 'class' is included more than once (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

A C++ class can be derived from any number of base classes, but can be directly derived from a given class only once.