update multiple inheritance comment

This commit is contained in:
David Rose 2005-04-29 16:01:34 +00:00
parent 4f1a424610
commit b1a9ec1f09

View File

@ -58,7 +58,10 @@ struct AvatarObject {
};
// Single inheritance is supported, but not multiple inheritance.
// Single inheritance and multiple inheritance are both supported, but
// to use multiple inheritance you have to (for now) define
// "dc-multiple-inheritance 1" in your Config.prc file.
dclass DistributedObjectHolder : DistributedObject {
dropObject(AvatarObject object);