src/Palete/Gir.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 06:56:30 +0000 (14:56 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 06:56:30 +0000 (14:56 +0800)
src/Palete/Gir.vala

index f439770..7fe6d71 100644 (file)
@@ -57,7 +57,7 @@ namespace Palete {
                public static  Gee.HashMap<string,Gir> cache = null;
 
                
-               public static GirBase?  factory(string ns) 
+               public static Gir?  factory(string ns) 
                {
                        if (cache == null) {
                                cache = new Gee.HashMap<string,Gir>();