diff --git a/uppsrc/Core/Other.h b/uppsrc/Core/Other.h index d1155ef2b..944556b4f 100644 --- a/uppsrc/Core/Other.h +++ b/uppsrc/Core/Other.h @@ -136,7 +136,7 @@ public: uint64 Get64(int i, int count); void SetN(int i, bool b, int count); - void SetN(int i, int count) { SetN(i, count, true); } + void SetN(int i, int count) { SetN(i, true, count); } void Reserve(int nbits); void Shrink();