src/Projectile.hh
changeset 204 4c386e9c950f
parent 201 135616467a0a
child 208 7709571e1131
--- a/src/Projectile.hh	Thu Dec 04 22:33:43 2008 +0000
+++ b/src/Projectile.hh	Thu Dec 04 22:59:13 2008 +0000
@@ -16,6 +16,7 @@
     bool destroyed;
 public:
     Projectile(GameState &state, Vector position, Vector velocity, bool visible);
+    ~Projectile() {};
 
     bool isDestroyed (void);
     virtual void draw(CL_GraphicContext *gc);