test cases/vala: Fix test 14

This commit is contained in:
Mark Bolhuis 2022-02-27 15:44:18 +00:00 committed by Xavier Claessens
parent 5a4177523e
commit 7559ba2db9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ public class TestWidget : Box {
}
[GtkChild]
private Entry entry;
private unowned Entry entry;
public TestWidget (string text) {
this.text = text;