Missing type.

This commit is contained in:
JoelKatz
2013-02-17 16:49:53 -08:00
parent a941a575ec
commit bff793916e

View File

@@ -19,6 +19,7 @@ class TransactionMetaSet
{ {
public: public:
typedef boost::shared_ptr<TransactionMetaSet> pointer; typedef boost::shared_ptr<TransactionMetaSet> pointer;
typedef const pointer& ref;
protected: protected:
uint256 mTransactionID; uint256 mTransactionID;