From fd2cc0b50b1ab14889b2362ccc6cde06b80e75a8 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 12 Jan 2006 00:16:34 +0000 Subject: [PATCH] virtual default --- direct/src/dcparser/dcClass.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/dcparser/dcClass.cxx b/direct/src/dcparser/dcClass.cxx index 6372ed18d7..9c8dc42a9e 100644 --- a/direct/src/dcparser/dcClass.cxx +++ b/direct/src/dcparser/dcClass.cxx @@ -42,7 +42,7 @@ ConfigVariableBool dc_multiple_inheritance "which may be required to support old code that assumed this.")); ConfigVariableBool dc_virtual_inheritance -("dc-virtual-inheritance", false, +("dc-virtual-inheritance", true, PRC_DESC("Set this true to support proper virtual inheritance in the " "dc file, so that diamond-of-death type constructs can be used. " "This also enables shadowing (overloading) of inherited method "