From: Luca Bruno Date: Sat, 28 May 2011 07:55:27 +0000 (+0200) Subject: tests: Shut vala warning against asynchronous/bug641182.vala X-Git-Tag: 0.13.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c229407bc3397bb93db1477528c4a617d109731f;p=thirdparty%2Fvala.git tests: Shut vala warning against asynchronous/bug641182.vala --- diff --git a/tests/asynchronous/bug641182.vala b/tests/asynchronous/bug641182.vala index af7e3966e..48db2f93b 100644 --- a/tests/asynchronous/bug641182.vala +++ b/tests/asynchronous/bug641182.vala @@ -1,7 +1,7 @@ public delegate void Bar (); class Foo { - public Bar bar { get; set; } + public unowned Bar bar { get; set; } } async void test () {