#ifndef _DerivedLayout_DerivedLayout_h #define _DerivedLayout_DerivedLayout_h #include using namespace Upp; #define LAYOUTFILE #include struct Base : public WithBaseLayout { Base(); }; struct Derived : public WithDerivedLayout { Derived(); }; #endif