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 db57218668
commit 986e9f077f

View File

@@ -51,7 +51,6 @@ public:
SequenceNumber10& operator= (uint16_t value)
{
m_value = value % 1024;
m_modulusBase = 0;
return *this;
}