File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -399,8 +399,8 @@ template<> struct BaseTypeFromC<unsigned short> { static const TypeDesc::BASETYP
399399template <> struct BaseTypeFromC <short > { static const TypeDesc::BASETYPE value = TypeDesc::INT16; };
400400template <> struct BaseTypeFromC <unsigned int > { static const TypeDesc::BASETYPE value = TypeDesc::UINT; };
401401template <> struct BaseTypeFromC <int > { static const TypeDesc::BASETYPE value = TypeDesc::INT; };
402- template <> struct BaseTypeFromC <unsigned long long > { static const TypeDesc::BASETYPE value = TypeDesc::UINT64; };
403- template <> struct BaseTypeFromC <long long > { static const TypeDesc::BASETYPE value = TypeDesc::INT64; };
402+ template <> struct BaseTypeFromC <uint64_t > { static const TypeDesc::BASETYPE value = TypeDesc::UINT64; };
403+ template <> struct BaseTypeFromC <int64_t > { static const TypeDesc::BASETYPE value = TypeDesc::INT64; };
404404#if defined(_HALF_H_) || defined(IMATH_HALF_H_)
405405template <> struct BaseTypeFromC <half> { static const TypeDesc::BASETYPE value = TypeDesc::HALF; };
406406#endif
You can’t perform that action at this time.
0 commit comments