openbsd-ports/multimedia/dvdstyler/patches/patch-src_Pgc_h

15 lines
339 B
Plaintext

Fix build with wxWidgets-gtk3 >=3.1.X
Index: src/Pgc.h
--- src/Pgc.h.orig
+++ src/Pgc.h
@@ -21,7 +21,7 @@ class wxProgressDialog;
class Pgc {
public:
Pgc() { }
- ~Pgc() { WX_CLEAR_ARRAY(m_vobs) }
+ ~Pgc() { WX_CLEAR_ARRAY(m_vobs); }
wxString GetEntriesAsString(bool vmgm = false);
StringSet& GetEntries() { return m_entries; }