[vala/wip/transform: 758/793] Set parent_node to properties defult value



commit 8f279251c3a4f43e228c8fc371ac6d8d9593143e
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 21aa2ed..58e87eb 100644
--- a/vala/valaproperty.vala
+++ b/vala/valaproperty.vala
@@ -184,8 +184,6 @@ public class Vala.Property : Symbol, Lockable {
                }
        }
 
-       private Expression _initializer;
-
        private bool lock_used = false;
 
        private DataType _data_type;
@@ -195,6 +193,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]