mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1 from ARMmbed/g-fix-size-const
Fix const attribute mismatch on size functionpull/7774/head
commit
3b0529a81e
|
@ -149,7 +149,7 @@ private:
|
||||||
unsigned _block_size;
|
unsigned _block_size;
|
||||||
bool _is_initialized;
|
bool _is_initialized;
|
||||||
bool _dbg;
|
bool _dbg;
|
||||||
Mutex _lock;
|
mutable Mutex _lock;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue