Browse Source

virtual default

David Rose 20 years ago
parent
commit
fd2cc0b50b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/dcparser/dcClass.cxx

+ 1 - 1
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 "