This commit is contained in:
Lois Foltan 2014-05-12 15:50:20 +00:00
commit fc1a61a3df
5 changed files with 36 additions and 23 deletions

View file

@ -1871,7 +1871,7 @@ public:
// properties.
// ShmBkBlock: base class for all blocks in the shared memory bookkeeping
class ShmBkBlock {
class ShmBkBlock : public CHeapObj<mtInternal> {
ShmBkBlock* _next;