* CurrencyWrapper.cs: Fix file name.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / TypeLibTypeFlags.cs
index 6b9fe0325c1046cc2ad8a4bcf9c4bbfd57b1b729..adf5297698ad96db1b7a94a1b0e32d104995fbc2 100755 (executable)
@@ -19,7 +19,8 @@ namespace System.Runtime.InteropServices {
                FOleAutomation = 256,
                FRestricted = 512,
                FAggregatable = 1024,
-               FDispatchable = 2048,
-               FReverseBind = 4096,
+               FReplaceable = 2048,
+               FDispatchable = 4096,
+               FReverseBind = 8192,
        }
 }