compilation fix for wxULongLongWx::Divide (Vadim, is this correct?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4d97d44e14
commit
c35c7d01d4
@ -996,7 +996,7 @@ wxLongLongWx& wxLongLongWx::operator/=(const wxLongLongWx& ll)
|
|||||||
|
|
||||||
wxULongLongWx& wxULongLongWx::operator/=(const wxULongLongWx& ll)
|
wxULongLongWx& wxULongLongWx::operator/=(const wxULongLongWx& ll)
|
||||||
{
|
{
|
||||||
wxLongLongWx quotient, remainder;
|
wxULongLongWx quotient, remainder;
|
||||||
|
|
||||||
Divide(ll, quotient, remainder);
|
Divide(ll, quotient, remainder);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user