src/jsdoc/Packer.vala
authorAlan Knowles <alan@roojs.com>
Wed, 8 Jun 2016 08:32:50 +0000 (16:32 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 Jun 2016 08:32:50 +0000 (16:32 +0800)
src/jsdoc/Packer.vala

index f8e44fc..3393ccc 100644 (file)
@@ -165,7 +165,7 @@ namespace JSDOC
                
                public Json.Object result;   // output - what's the complication result
 
-               public void  compile_notice(ResultType type, string filename, int line, string message) {
+               public void  compileError(ResultType type, string filename, int line, string message) {
                         
                         if (!this.result.has_member(type.to_string()+"-TOTAL")) {
                                 this.result.set_int_member(type.to_string()+"-TOTAL", 1);