[valadoc] - Minor bug fixes.



commit de9682fe0023cbcefd4f9e69d5a2bf9671ae90c0
Author: Florian Brosch <flo brosch gmail com>
Date:   Tue May 19 15:46:16 2009 +0200

     - Minor bug fixes.
---
 src/libvaladoc/apitree.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvaladoc/apitree.vala b/src/libvaladoc/apitree.vala
index b662c50..d3f9fc6 100755
--- a/src/libvaladoc/apitree.vala
+++ b/src/libvaladoc/apitree.vala
@@ -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 ;
 



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