From 0d115b793d42f3a57a9c32a42c78f9dede58b539 Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Mon, 8 Apr 2013 14:17:23 +0000 Subject: compile fix for VC12 git-svn-id: https://phat.googlecode.com/svn/branches/bit-tree@22 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- include/phat/representations/bit_tree_pivot_column.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/phat/representations') diff --git a/include/phat/representations/bit_tree_pivot_column.h b/include/phat/representations/bit_tree_pivot_column.h index 53956a4..0ff0998 100644 --- a/include/phat/representations/bit_tree_pivot_column.h +++ b/include/phat/representations/bit_tree_pivot_column.h @@ -33,7 +33,7 @@ namespace phat { size_t offset; // present_data[i + offset] = ith block of the data-bitset typedef uint64_t block_type; std::vector present_data; - block_type * const present; // to prevent error checking in MS's vector... + block_type * present; // to prevent error checking in MS's vector... enum { block_size_in_bits = 64 }; enum { block_shift = 6 }; -- cgit v1.2.3