Removing const declaration of allocRecord to fix compile problem

This commit is contained in:
mronstrom@mysql.com 2004-08-10 17:09:08 +02:00
parent 7f2e670ff3
commit 39614a3ab3
2 changed files with 2 additions and 2 deletions

View file

@ -636,7 +636,7 @@ SimulatedBlock::getBatSize(Uint16 blockNo){
}
void*
SimulatedBlock::allocRecord(const char * type, size_t s, size_t n) const
SimulatedBlock::allocRecord(const char * type, size_t s, size_t n)
{
void* p = NULL;

View file

@ -350,7 +350,7 @@ protected:
* Allocates memory for the datastructures where ndb keeps the data
*
*/
void* allocRecord(const char * type, size_t s, size_t n) const ;
void* allocRecord(const char * type, size_t s, size_t n);
/**
* Deallocate record