[vala/wip/transform: 66/98] Set parent_node to properties defult value
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/transform: 66/98] Set parent_node to properties defult value
- Date: Sun, 25 Sep 2016 19:39:44 +0000 (UTC)
commit 54f28a26a1e677fc804cd98e8703e9da94b46859
Author: Luca Bruno <lucabru src gnome org>
Date: Tue Oct 30 00:00:45 2012 +0100
Set parent_node to properties defult value
vala/valaproperty.vala | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/vala/valaproperty.vala b/vala/valaproperty.vala
index d7036fa..e151c48 100644
--- a/vala/valaproperty.vala
+++ b/vala/valaproperty.vala
@@ -142,8 +142,6 @@ public class Vala.Property : Symbol, Lockable {
}
}
- private Expression _initializer;
-
private bool lock_used = false;
private DataType _data_type;
@@ -153,6 +151,7 @@ public class Vala.Property : Symbol, Lockable {
private bool base_properties_valid;
PropertyAccessor? _get_accessor;
PropertyAccessor? _set_accessor;
+ Expression _initializer;
/**
* Creates a new property.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]