Mercurial > hg > beaglert
diff include/WriteFile.h @ 395:a4e49a3d9948 prerelease
Updated WriteFile to be happy with const
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Tue, 14 Jun 2016 18:11:38 +0100 |
parents | e4392164b458 |
children |
line wrap: on
line diff
--- a/include/WriteFile.h Tue Jun 14 17:55:30 2016 +0100 +++ b/include/WriteFile.h Tue Jun 14 18:11:38 2016 +0100 @@ -90,7 +90,7 @@ * This is ignored in binary mode. */ void setFooter(const char* newFooter); - void log(float* array, int length); + void log(const float* array, int length); void log(float value); void init(const char* filename);