diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-08-29 14:57:58 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-08-29 14:57:58 -0500 |
| commit | 4c5bafdcad2ed66b81782e2ff418fcf798a3f3e1 (patch) | |
| tree | a10fa666fdf6f297e68497c6711fa8d3f7b637f9 /aoblipplayer.h | |
| parent | 5bd40225bd8c2d0442afb0c38fa552f8c3c798da (diff) | |
Add destructors to sound objects
Diffstat (limited to 'aoblipplayer.h')
| -rw-r--r-- | aoblipplayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoblipplayer.h b/aoblipplayer.h index 626d3bb3..c8a8cb6d 100644 --- a/aoblipplayer.h +++ b/aoblipplayer.h @@ -12,6 +12,7 @@ class AOBlipPlayer { public: AOBlipPlayer(QWidget *parent, AOApplication *p_ao_app); + ~AOBlipPlayer(); void set_blips(QString p_sfx); void blip_tick(); |
