[vala/wip/transform: 337/373] Set parent_node to properties defult value



commit 1b84598dff59233bad00bcbb274ac67c0541fa73
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 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/vala/valaproperty.vala b/vala/valaproperty.vala
index c4ab84c44..ed4829659 100644
--- a/vala/valaproperty.vala
+++ b/vala/valaproperty.vala
@@ -218,8 +218,6 @@ public class Vala.Property : Symbol, Lockable {
 
        public bool lock_used { get; set; }
 
-       private Expression _initializer;
-
        private DataType _data_type;
 
        private weak Property _base_property;
@@ -227,6 +225,7 @@ public class Vala.Property : Symbol, Lockable {
        private bool base_properties_valid;
        PropertyAccessor? _get_accessor;
        PropertyAccessor? _set_accessor;
+       Expression _initializer;
        private string? _nick;
        private string? _blurb;
        private bool? _notify;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]