diff options
author | Mark Bolhuis <mark@bolhuis.dev> | 2022-02-27 15:44:18 +0000 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2022-02-27 14:33:33 -0500 |
commit | 7559ba2db9970d55d4f7d330695b922b8e7554c3 (patch) | |
tree | ef78805c9426258d746044aa8bc205c3a5bf041f /test cases/vala | |
parent | 5a4177523e382cc13057d65905266ad261c4bba2 (diff) | |
download | meson-7559ba2db9970d55d4f7d330695b922b8e7554c3.zip meson-7559ba2db9970d55d4f7d330695b922b8e7554c3.tar.gz meson-7559ba2db9970d55d4f7d330695b922b8e7554c3.tar.bz2 |
test cases/vala: Fix test 14
Diffstat (limited to 'test cases/vala')
-rw-r--r-- | test cases/vala/14 target glib version and gresources/test.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/vala/14 target glib version and gresources/test.vala b/test cases/vala/14 target glib version and gresources/test.vala index 79ef47d..f10bbe4 100644 --- a/test cases/vala/14 target glib version and gresources/test.vala +++ b/test cases/vala/14 target glib version and gresources/test.vala @@ -9,7 +9,7 @@ public class TestWidget : Box { } [GtkChild] - private Entry entry; + private unowned Entry entry; public TestWidget (string text) { this.text = text; |