remove a typename that rhel 6.6 objects to

This commit is contained in:
Joe Thornber 2014-04-11 14:52:06 +01:00
parent 05b18a5b99
commit 82359c4835

View File

@ -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,