--- AE/Installer/trunk/source/installer.h 2009/10/09 03:22:08 461 +++ AE/Installer/trunk/source/installer.h 2009/10/10 02:49:27 462 @@ -100,7 +100,7 @@ void writeInstalledMods( vector void setStatusArea( string ); void setProgressBar( int ); -void copyBSL( string, vector, ModPackage ); +void copyBSL( string, vector&, ModPackage ); //New copy(path, path) function. Too lazy to implement my own, this is basically how I would have done it though. //No, really. :)