diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-04 15:11:03 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-04 15:11:03 +0000 |
commit | 6f470322d0241e1923bd1d83d66f291aff571658 (patch) | |
tree | 7841acf3bdcc48add6bea4f23a7aef794e3e9531 /os/various | |
parent | 2fa014a7be21c7d893fbbb2101c97c51971321b9 (diff) | |
download | ChibiOS-6f470322d0241e1923bd1d83d66f291aff571658.tar.gz ChibiOS-6f470322d0241e1923bd1d83d66f291aff571658.tar.bz2 ChibiOS-6f470322d0241e1923bd1d83d66f291aff571658.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5032 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various')
-rw-r--r-- | os/various/cpp_wrappers/ch.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/various/cpp_wrappers/ch.hpp b/os/various/cpp_wrappers/ch.hpp index 6e41cea6e..073024ce5 100644 --- a/os/various/cpp_wrappers/ch.hpp +++ b/os/various/cpp_wrappers/ch.hpp @@ -2081,7 +2081,7 @@ namespace chibios_rt { * @brief Template class encapsulating a mailbox and its elements.
*/
template<class T, size_t N>
- class MemoryPoolBuffer : MemoryPool {
+ class MemoryPoolBuffer : public MemoryPool {
private:
T pool_buf[N];
|