Skip to content

Commit eee41a5

Browse files
committed
Update DLR
1 parent e130842 commit eee41a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/scripts/generate_comdispatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def write_accessor(self, cw, transparent):
5555

5656
# Getter
5757
if not transparent and self.critical: gen_exposed_code_security(cw)
58-
cw.enter_block("get")
58+
cw.enter_block("readonly get")
5959
cw.write("Debug.Assert(VariantType == VarEnum.VT_%s);" % self.variantType)
6060
if self.getStatements == None:
6161
cw.write("return _typeUnion._unionTypes.%s;" % self.managedFieldName)

0 commit comments

Comments
 (0)