From 7ceaa0539bd3ed9e541bea5369abfa7f6bc636f7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 21 Nov 2019 11:05:12 +0100 Subject: Fix several 'Creation method of abstract class cannot be public.' Vala issues. --- src/volume-control.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/volume-control.vala') diff --git a/src/volume-control.vala b/src/volume-control.vala index 3d02f70..56a10a4 100644 --- a/src/volume-control.vala +++ b/src/volume-control.vala @@ -54,7 +54,7 @@ public abstract class VolumeControl : Object protected IndicatorSound.Options _options = null; - public VolumeControl(IndicatorSound.Options options) { + internal VolumeControl(IndicatorSound.Options options) { _options = options; } -- cgit v1.2.3