mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
Remove the use of beast::String from rippled (RIPD-443)
This commit is contained in:
committed by
Vinnie Falco
parent
4241dbb600
commit
c0b69e8ef7
@@ -72,7 +72,8 @@ private:
|
||||
class NullFactory : public Factory
|
||||
{
|
||||
public:
|
||||
beast::String getName () const
|
||||
std::string
|
||||
getName () const
|
||||
{
|
||||
return "none";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user