summaryrefslogtreecommitdiff
path: root/include/phat/representations
diff options
context:
space:
mode:
Diffstat (limited to 'include/phat/representations')
-rw-r--r--include/phat/representations/bit_tree_pivot_column.h2
1 files changed, 1 insertions, 1 deletions
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<block_type> 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 };