Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Explosion/Explosion.h
- Revision:
- 83:35d1e846eab2
- Parent:
- 82:3211b31e9421
- Child:
- 85:87bc28b151d8
--- a/Explosion/Explosion.h Mon May 25 18:39:51 2020 +0000 +++ b/Explosion/Explosion.h Mon May 25 22:18:11 2020 +0000 @@ -22,7 +22,7 @@ * @author Benjamin Evans, University of Leeds * @date May 2020 */ -class Explosion: private Position { +class Explosion: public Position { public: /** Constructor */ Explosion();