]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
- Minor bug fixes.
authorFlorian Brosch <flo.brosch@gmail.com>
Tue, 19 May 2009 13:46:16 +0000 (15:46 +0200)
committerFlorian Brosch <flo.brosch@gmail.com>
Tue, 19 May 2009 13:46:16 +0000 (15:46 +0200)
src/libvaladoc/apitree.vala

index b662c5024a333d0b94e39a7ee0b46ccfb44c40cf..d3f9fc6de0c27e06905c14c35588a2f31bd967ff 100755 (executable)
@@ -3406,7 +3406,7 @@ public class Valadoc.Struct : DocumentedElement, SymbolAccessibility, Writeable,
        }
 
        private void set_parent_references ( ) {
-               Vala.StructValueType? basetype = (Vala.StructValueType?)this.vstruct.base_type;
+               Vala.ValueType? basetype = (Vala.ValueType?)this.vstruct.base_type;
                if ( basetype == null )
                        return ;