mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +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) {
|
||||
SASSERT(m_data == 0);
|
||||
allocate(a, sz);
|
||||
init(sz, vs);
|
||||
init(vs);
|
||||
}
|
||||
|
||||
size_t size() const {
|
||||
|
|
Loading…
Reference in a new issue