diff options
Diffstat (limited to 'src/zig_clang.cpp')
| -rw-r--r-- | src/zig_clang.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zig_clang.cpp b/src/zig_clang.cpp index c2eb4f1524..1fa5bbe078 100644 --- a/src/zig_clang.cpp +++ b/src/zig_clang.cpp @@ -2494,7 +2494,7 @@ unsigned ZigClangAPFloat_convertToHexString(const ZigClangAPFloat *self, char *D return casted->convertToHexString(DST, HexDigits, UpperCase, (llvm::APFloat::roundingMode)RM); } -double ZigClangAPFloat_getValueAsApproximateDouble(const ZigClangFloatingLiteral *self) { +double ZigClangFloatingLiteral_getValueAsApproximateDouble(const ZigClangFloatingLiteral *self) { auto casted = reinterpret_cast<const clang::FloatingLiteral *>(self); return casted->getValueAsApproximateDouble(); } |
