]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/mediactrl.cpp
no changes, just replaced C comment with a C++ one
[wxWidgets.git] / src / unix / mediactrl.cpp
index 6866709fb4be0b2f931c1d62ee2c89f76ac294fa..6a0f4d478697d47a309cf7c8b097ceb6a3a3329a 100644 (file)
@@ -166,7 +166,7 @@ class WXDLLIMPEXP_MEDIA
 public:
 
     wxGStreamerMediaBackend();
-    ~wxGStreamerMediaBackend();
+    virtual ~wxGStreamerMediaBackend();
 
     virtual bool CreateControl(wxControl* ctrl, wxWindow* parent,
                                      wxWindowID id,
@@ -913,7 +913,7 @@ bool wxGStreamerMediaBackend::TryVideoSink(GstElement* videosink)
 //
 // Called when the media is about to stop
 //-----------------------------------------------------------------------------
-void wxGStreamerMediaEventHandler::OnMediaFinish(wxMediaEvent& event)
+void wxGStreamerMediaEventHandler::OnMediaFinish(wxMediaEvent& WXUNUSED(event))
 {
     // (RN - I have no idea why I thought this was good behaviour....
     // maybe it made sense for streaming/nonseeking data but