X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor.h;h=49dd826f21407e3386aa08f07c238441386b6447;hp=fabe5cb3456d71607fbdbabf6cbc0c39dae78868;hb=202a753a3225784909977a63022e0f64672e97e6;hpb=46fd8dea9f658ab45dd7fbea0e04987221acf17b diff --git a/source/contacteditor/frmContactEditor.h b/source/contacteditor/frmContactEditor.h index fabe5cb..49dd826 100644 --- a/source/contacteditor/frmContactEditor.h +++ b/source/contacteditor/frmContactEditor.h @@ -39,6 +39,7 @@ Subclass of frmContactEditorADT, which is generated by wxFormBuilder. #include "../actmgr/frmActivityMgr.h" #include "../frmMain.h" +#include "frmContactEditorSound.h" #include "cdo/ContactDataObject.h" @@ -311,6 +312,7 @@ class frmContactEditor : public frmContactEditorADT public: /** Constructor */ frmContactEditor( wxWindow* parent ); + ~frmContactEditor(); void SetupHeaders(); void SetupContact(wxString AccountName); void SetupAccountData(bool UnsupportedAccount); @@ -751,9 +753,7 @@ class frmContactEditor : public frmContactEditorADT size_t base64declen; std::string base64dec; - sf::Music AudioPlayback; - AudioStream AudioStreamPlayback; - sf::SoundBuffer AudioBuffer; + AudioStream *AudioStreamPlaybackPointer = nullptr; wxBitmap PictureImage; wxBitmap LogoImage;