[gnome-boxes/gnome-3-20] Fix non-matching generic types of inferface implementations
- From: Zeeshan Ali <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/gnome-3-20] Fix non-matching generic types of inferface implementations
- Date: Wed, 2 Nov 2016 12:14:31 +0000 (UTC)
commit b71faa2c5ccd8ea4c40b4655a6dd258abbe37cca
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Sep 30 18:45:29 2016 +0200
Fix non-matching generic types of inferface implementations
src/unattended-installer.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/unattended-installer.vala b/src/unattended-installer.vala
index 77fbb6b..e0036cc 100644
--- a/src/unattended-installer.vala
+++ b/src/unattended-installer.vala
@@ -275,7 +275,7 @@ private class Boxes.UnattendedInstaller: InstallerMedia {
setup_box.show ();
}
- public override GLib.List<Pair> get_vm_properties () {
+ public override GLib.List<Pair<string,string>> get_vm_properties () {
var properties = base.get_vm_properties ();
if (setup_box.express_install) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]