Removed const arguments from GC header.
This commit is contained in:
		| @@ -36,7 +36,7 @@ namespace ehs | ||||
|  | ||||
| 		/// Sets the maximum amount of garbage to delete per poll. | ||||
| 		/// @param[in] newMax The new maximum. | ||||
| 		static void SetMax(const UInt_64 newMax); | ||||
| 		static void SetMax(UInt_64 newMax); | ||||
|  | ||||
| 		/// Gets the maximum amount of garbage to delete per poll. | ||||
| 		/// @returns The maximum. | ||||
| @@ -44,7 +44,7 @@ namespace ehs | ||||
|  | ||||
| 		/// Sets a new amount for memory pre-allocation to save on memory operations. | ||||
| 		/// @param[in] newStride The stride to pre-allocate. | ||||
| 		static void SetStride(const UInt_64 newStride); | ||||
| 		static void SetStride(UInt_64 newStride); | ||||
|  | ||||
| 		/// The amount of data pre-allocated to save on memory operations. | ||||
| 		/// @returns The stride. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user