Skip to content

Commit

Permalink
remove a typename that rhel 6.6 objects to
Browse files Browse the repository at this point in the history
  • Loading branch information
jthornber committed Apr 11, 2014
1 parent 05b18a5 commit 82359c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistent-data/data-structures/bloom_filter.h
Expand Up @@ -12,7 +12,7 @@ namespace persistent_data {
class bloom_filter {
public:
typedef boost::shared_ptr<bloom_filter> ptr;
typedef typename persistent_data::transaction_manager::ptr tm_ptr;
typedef persistent_data::transaction_manager::ptr tm_ptr;

// nr_bits must be a power of two
bloom_filter(tm_ptr tm,
Expand Down

0 comments on commit 82359c4

Please sign in to comment.