mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 19:53:44 -06:00
FIX: dealloc player on destructor of wxMediaCtrl2
Change-Id: Ie8055dc6c0b861c2f9b0dcd86cf333fd68b3bf0f
This commit is contained in:
parent
c70e8d486f
commit
f82afdcfb5
2 changed files with 8 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ class wxMediaCtrl2 : public wxWindow
|
|||
{
|
||||
public:
|
||||
wxMediaCtrl2(wxWindow * parent);
|
||||
|
||||
~wxMediaCtrl2();
|
||||
|
||||
void Load(wxURI url);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue