mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-24 12:30:17 +00:00
Corrected typo.
This commit is contained in:
parent
5bc165960a
commit
ef0367d4a4
@ -44,7 +44,7 @@ uint8_t *ArrayBuilder::get_output_storage(size_t size)
|
|||||||
return get_storage(size, output_);
|
return get_storage(size, output_);
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t *ArrayBuilder::get_unflushed_input(size_t &size)
|
uint8_t *ArrayBuilder::get_unflushed_output(size_t &size)
|
||||||
{
|
{
|
||||||
return output_.get_unflushed(size);
|
return output_.get_unflushed(size);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user