aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test cases/vala/14 target glib version and gresources/test.vala2
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;