// Created: 10.02.99
// RCS-ID: $Id$
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
wxULongLongWx& wxULongLongWx::operator/=(const wxULongLongWx& ll)
{
- wxLongLongWx quotient, remainder;
+ wxULongLongWx quotient, remainder;
Divide(ll, quotient, remainder);