MxMusicPresenter dtor, stub destroy (#174)

* MxMusicPresenter dtor, stub destroy

* Fix destructor declaration

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2023-10-06 13:00:49 -04:00
committed by GitHub
parent 7f5198220c
commit 1217e4aa58
2 changed files with 14 additions and 0 deletions

View File

@@ -21,9 +21,11 @@ public:
}
MxMusicPresenter();
virtual ~MxMusicPresenter() override;
private:
void Init();
void Destroy(MxBool);
};
#endif // MXMUSICPRESENTER_H