]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
codegen: Fix local variable access in dova
authorJürg Billeter <j@bitron.ch>
Sat, 20 Nov 2010 19:58:38 +0000 (20:58 +0100)
committerJürg Billeter <j@bitron.ch>
Sat, 20 Nov 2010 20:09:26 +0000 (21:09 +0100)
codegen/valadovamemberaccessmodule.vala

index d5df7e0b84e69988faff85d142c326c1d157181a..d0993b0311662567162c91531ddb4bbf1eeccb50 100644 (file)
@@ -245,7 +245,7 @@ public abstract class Vala.DovaMemberAccessModule : DovaControlFlowModule {
        }
 
        public TargetValue get_local_cvalue (LocalVariable local) {
-               var result = new GLibValue (local.variable_type);
+               var result = new DovaValue (local.variable_type);
 
                if (local.is_result) {
                        // used in postconditions