removed wxABI_VERSION checks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c6ece59558
commit
84006e65e8
23 changed files with 24 additions and 121 deletions
|
|
@ -160,10 +160,8 @@ public:
|
|||
return wx_truncate_cast(long, m_ll);
|
||||
}
|
||||
|
||||
#if wxABI_VERSION >= 20602
|
||||
// convert to double
|
||||
double ToDouble() const { return wx_truncate_cast(double, m_ll); }
|
||||
#endif // ABI >= 2.6.2
|
||||
|
||||
// don't provide implicit conversion to wxLongLong_t or we will have an
|
||||
// ambiguity for all arithmetic operations
|
||||
|
|
@ -591,10 +589,8 @@ public:
|
|||
return (long)m_lo;
|
||||
}
|
||||
|
||||
#if wxABI_VERSION >= 20602
|
||||
// convert to double
|
||||
double ToDouble() const;
|
||||
#endif // ABI >= 2.6.2
|
||||
|
||||
// operations
|
||||
// addition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue