mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-04 22:03:29 -06:00
Core: Fixed issue with Bits::SetN overload
git-svn-id: svn://ultimatepp.org/upp/trunk@11107 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
51add7fbd5
commit
bafafcc6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue