Skip to content
Snippets Groups Projects
Commit e19f3cb6 authored by 数学の武士's avatar 数学の武士
Browse files

hotfix

parent 19350d67
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
namespace memproc namespace memproc
{ {
template <MemType memtype> template <MemType memtype>
bool realloc(void *&array, const size_t new_size); bool alloc(void *&array, const size_t new_size);
template <MemType memtype> template <MemType memtype>
bool realloc(void *&array, size_t &allocated_size, const size_t new_size); bool realloc(void *&array, size_t &allocated_size, const size_t new_size);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment