MxSoundManager: dtor, destroy, update types (#164)

* MxSoundManager: dtor, destroy, update types

Also make MxThread's destructor public

* Minor adjustments

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2023-10-05 03:47:37 -04:00
committed by GitHub
parent 6916aa49e3
commit 2d45914ddf
3 changed files with 41 additions and 6 deletions

View File

@@ -24,6 +24,8 @@ public:
protected:
MxThread();
public:
virtual ~MxThread();
private: