This commit is contained in:
JoelKatz
2013-05-11 19:13:06 -07:00
parent 3009b9d540
commit 419f223f2e

View File

@@ -7,7 +7,12 @@
#include "TaggedCache.h"
typedef std::pair<uint160, uint160> currencyIssuer_t;
#ifdef C11X
typedef std::pair<const uint160&, const uint160&> currencyIssuer_ct;
#else
typedef std::pair<uint160, uint160> currencyIssuer_ct;
#endif
class PathDBEntry
{