Projects
Multimedia
selene
selene-fix-abstract.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File selene-fix-abstract.patch of Package selene (Revision 17)
Currently displaying revision
17
,
Show latest
From: Luigi Baldoni <aloisio@gmx.com> Date: Mon, 20 Apr 2020 13:59:03 +0200 Subject: Make constructors of abstract classes protected Fixes build with recent vala Index: selene-17.7/src/MediaFile.vala =================================================================== --- selene-17.7.orig/src/MediaFile.vala +++ selene-17.7/src/MediaFile.vala @@ -633,7 +633,7 @@ public abstract class MediaStream : GLib public string Description = ""; public bool IsSelected = true; - public MediaStream(MediaStreamType _type){ + protected MediaStream(MediaStreamType _type){ Type = _type; }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.