Merge pull request #1 from ARMmbed/g-fix-size-const

Fix const attribute mismatch on size function
pull/7774/head
Simon D Hughes 2017-04-05 11:28:45 +01:00 committed by GitHub
commit 3b0529a81e
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ private:
unsigned _block_size;
bool _is_initialized;
bool _dbg;
Mutex _lock;
mutable Mutex _lock;
};