diff options
Diffstat (limited to 'bulletpattern.h')
-rw-r--r-- | bulletpattern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bulletpattern.h b/bulletpattern.h index 50d5844..dffb928 100644 --- a/bulletpattern.h +++ b/bulletpattern.h @@ -7,7 +7,7 @@ class BulletPattern { int num_bullets; public: BulletPattern(); - void update(unsigned int time, unsigned int step); + virtual void update(unsigned int time, unsigned int step); void draw(); }; |