src/Project/Project.vala
authorAlan Knowles <alan@roojs.com>
Mon, 13 Apr 2015 09:38:37 +0000 (17:38 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 13 Apr 2015 09:38:37 +0000 (17:38 +0800)
src/Project/Project.vala

index a03fee2..421a278 100644 (file)
@@ -41,7 +41,7 @@ namespace Project {
                //tree : false,
                public  string xtype;
                
-               public JSON.Object json_project_data;
+               public Json.Object json_project_data;
                
                 
                bool is_scanned; 
@@ -50,7 +50,7 @@ namespace Project {
                public Project (string path) {
                    
                        this.name = GLib.Path.get_basename(path); // default..
-                       this.json_project_data = new JSON.Object();
+                       this.json_project_data = new Json.Object();
                        
                        this.is_scanned = false;
                        this.paths = new Gee.HashMap<string,string>();