Not reset modulus base when assign an uint16_t

This commit is contained in:
Manuel Requena
2012-04-16 11:27:08 +02:00
parent 87a47411ae
commit 32b236bc54
-1
View File
@@ -51,7 +51,6 @@ public:
SequenceNumber10& operator= (uint16_t value)
{
m_value = value % 1024;
m_modulusBase = 0;
return *this;
}