X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9929591c138b1a7fb0d37c154c57d30379192459..1eb9ddb9f8136af0e13a767762bb52f6c23bbcd7:/src/common/longlong.cpp diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index 0e6412f910..9265a4e803 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -8,7 +8,7 @@ // Created: 10.02.99 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -996,7 +996,7 @@ wxLongLongWx& wxLongLongWx::operator/=(const wxLongLongWx& ll) wxULongLongWx& wxULongLongWx::operator/=(const wxULongLongWx& ll) { - wxLongLongWx quotient, remainder; + wxULongLongWx quotient, remainder; Divide(ll, quotient, remainder);