Browse Source

fix hash conflict

David Rose 21 years ago
parent
commit
22d9be67dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/dcparser/dcParameter.cxx

+ 1 - 1
direct/src/dcparser/dcParameter.cxx

@@ -216,5 +216,5 @@ generate_hash(HashGenerator &hashgen) const {
   // We specifically don't call up to DCField::generate_hash(), since
   // We specifically don't call up to DCField::generate_hash(), since
   // the parameter name is not actually significant to the hash.
   // the parameter name is not actually significant to the hash.
 
 
-  hashgen.add_int(get_flags());
+  //  hashgen.add_int(get_flags());
 }
 }