summaryrefslogtreecommitdiff
path: root/src/classlibnative/bcltype/currency.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/classlibnative/bcltype/currency.h')
-rw-r--r--src/classlibnative/bcltype/currency.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classlibnative/bcltype/currency.h b/src/classlibnative/bcltype/currency.h
index 00c3e8dd5c..a1ba64e463 100644
--- a/src/classlibnative/bcltype/currency.h
+++ b/src/classlibnative/bcltype/currency.h
@@ -16,7 +16,7 @@
class COMCurrency
{
public:
- static FCDECL2 (void, DoToDecimal, DECIMAL * result, CY c);
+ static FCDECL2_IV(void, DoToDecimal, DECIMAL * result, CY c);
};
#include <poppack.h>