diff dwt/dwthelper/utils.d @ 343:96243e3ebcf0

Mozilla.d compiles successfully :)
author John Reimer <terminal.node@gmail.com>
date Mon, 27 Oct 2008 06:28:02 -0700
parents c317081df76f
children 8ebacc5c07dc
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Sun Oct 26 21:23:56 2008 -0700
+++ b/dwt/dwthelper/utils.d	Mon Oct 27 06:28:02 2008 -0700
@@ -1224,7 +1224,7 @@
     return res;
 }
 
-T[] arrayIndexRemove(T)(T[] arr, uint index) {
+T[] arrayIndexRemove(T)(T[] arr, uint n) {
     if (n is 0)
         return arr[1..$];
     if (n > arr.length)