From e81e4efb46864e918ffaae550d566e17009ca3e3 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 26 Nov 2008 01:09:57 +0000 Subject: [PATCH] update comment --- direct/src/doc/sample.dc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/direct/src/doc/sample.dc b/direct/src/doc/sample.dc index ea26024f06..71786182b9 100644 --- a/direct/src/doc/sample.dc +++ b/direct/src/doc/sample.dc @@ -58,9 +58,7 @@ struct AvatarObject { }; -// 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. +// Multiple inheritance is also supported. dclass DistributedObjectHolder : DistributedObject { dropObject(AvatarObject object);