summaryrefslogtreecommitdiff
path: root/src/classlibnative/bcltype/currency.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/classlibnative/bcltype/currency.cpp')
-rw-r--r--src/classlibnative/bcltype/currency.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classlibnative/bcltype/currency.cpp b/src/classlibnative/bcltype/currency.cpp
index 928a903f3f..4506105e25 100644
--- a/src/classlibnative/bcltype/currency.cpp
+++ b/src/classlibnative/bcltype/currency.cpp
@@ -16,7 +16,7 @@
#include "string.h"
-FCIMPL2(void, COMCurrency::DoToDecimal, DECIMAL * result, CY c)
+FCIMPL2_IV(void, COMCurrency::DoToDecimal, DECIMAL * result, CY c)
{
FCALL_CONTRACT;