Nicolas Cannasse 15 years ago
parent
commit
d388af094e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/tools/haxedoc/HtmlPrinter.hx

+ 1 - 1
std/tools/haxedoc/HtmlPrinter.hx

@@ -390,7 +390,7 @@ class HtmlPrinter {
 		}
 	}
 
-	function processTypedefType(t,all,platforms) {
+	function processTypedefType(t,all:Platforms,platforms:Platforms) {
 		switch( t ) {
 		case CAnonymous(fields):
 			print('<dl>');