Problem: 1618550

Title: (TDependencySpace) "#define Inherited MDependable" is not correct

Received: Jan 13 1997 3:32PM


The #define for Inherited in UDependencies.cp for TDependencySpace is incorrect. It specified that the inherited class is MDependable instead of TObject.

There's another one for TCloseWindowCommand in UWindow.cp.

#define Inherited TCommand		// was (incorrectly) TServerCommand

Fix:

We no longer use #define Inherited in Release 13. Further, we recommend that everyone now explicitly specify the base class in an 'inherited' call.