diff options
Diffstat (limited to 'src/card_table.h')
| -rw-r--r-- | src/card_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/card_table.h b/src/card_table.h index a2616be7dd..1f58507cc4 100644 --- a/src/card_table.h +++ b/src/card_table.h @@ -60,7 +60,7 @@ class CardTable { * Initializes the card table; must be called before any other * CardTable functions. */ - bool Init(const byte* heap_base, size_t heap_max_size, size_t growth_size); + void Init(const byte* heap_base, size_t heap_max_size, size_t growth_size); /* * Resets all of the bytes in the card table to clean. |