mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
Change typedef to using.
Conflicts: src/ripple/app/TODO.md src/ripple/app/ledger/Ledger.h src/ripple/protocol/Protocol.h
This commit is contained in:
committed by
Vinnie Falco
parent
52f298f150
commit
155fcdbcd0
@@ -490,7 +490,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
typedef std::shared_ptr<HTTPClient> pointer;
|
||||
using pointer = std::shared_ptr<HTTPClient>;
|
||||
|
||||
bool mSSL;
|
||||
AutoSocket mSocket;
|
||||
|
||||
Reference in New Issue
Block a user