Removed all the #pragma region/endregions as these were causing compile warnings from GCC and weren't that useful anyway...
This commit is contained in:
		| @@ -1,4 +1,3 @@ | ||||
| #pragma region License | ||||
| /******************************************************************************* | ||||
| Copyright (c) 2005-2009 David Williams | ||||
|  | ||||
| @@ -21,14 +20,10 @@ freely, subject to the following restrictions: | ||||
|     3. This notice may not be removed or altered from any source | ||||
|     distribution. 	 | ||||
| *******************************************************************************/ | ||||
| #pragma endregion | ||||
|  | ||||
| #ifndef __PolyVox_SubArray_H__ | ||||
| #define __PolyVox_SubArray_H__ | ||||
|  | ||||
| #pragma region Headers | ||||
| #pragma endregion | ||||
|  | ||||
| namespace PolyVox | ||||
| { | ||||
| 	template <uint32_t noOfDims, typename ElementType> class Array; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user