$OpenBSD: patch-src_Vob_cpp,v 1.1 2021/02/27 06:58:09 ajacoutot Exp $

Fix build with wxWidgets-gtk3 >=3.1.X

Index: src/Vob.cpp
--- src/Vob.cpp.orig
+++ src/Vob.cpp
@@ -98,8 +98,8 @@ Vob::~Vob() {
 		delete m_menu;
 	if (m_slideshow)
 		delete m_slideshow;
-	WX_CLEAR_ARRAY(m_subtitles)
-	WX_CLEAR_ARRAY(m_streams)
+	WX_CLEAR_ARRAY(m_subtitles);
+	WX_CLEAR_ARRAY(m_streams);
 	VECTOR_CLEAR(m_cells, Cell)
 }
 
