diff options
Diffstat (limited to 'hlsPlayerControl.h')
-rw-r--r-- | hlsPlayerControl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hlsPlayerControl.h b/hlsPlayerControl.h index 9b51c97..2f7347b 100644 --- a/hlsPlayerControl.h +++ b/hlsPlayerControl.h @@ -34,6 +34,7 @@ protected: public: static cControl* Create(plexclient::Video* Video); cHlsPlayerControl(cHlsPlayer* Player, plexclient::MediaContainer* Container); + virtual ~cHlsPlayerControl(); virtual void Show(void); virtual void Hide(void); |