mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Fix typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
6160b2891b
commit
1ed275b801
|
@ -137,7 +137,7 @@ public:
|
||||||
void set(Allocator & a, size_t sz, T const * vs) {
|
void set(Allocator & a, size_t sz, T const * vs) {
|
||||||
SASSERT(m_data == 0);
|
SASSERT(m_data == 0);
|
||||||
allocate(a, sz);
|
allocate(a, sz);
|
||||||
init(sz, vs);
|
init(vs);
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t size() const {
|
size_t size() const {
|
||||||
|
|
Loading…
Reference in a new issue