mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 17:06:00 +00:00
Make suite::log_t public
This commit is contained in:
committed by
Scott Schurr
parent
3d777f3f5d
commit
b2cb4df29a
@@ -62,6 +62,7 @@ private:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
public:
|
||||||
// Memberspace
|
// Memberspace
|
||||||
class log_t
|
class log_t
|
||||||
{
|
{
|
||||||
@@ -80,6 +81,7 @@ private:
|
|||||||
abstract_ostream&
|
abstract_ostream&
|
||||||
stream();
|
stream();
|
||||||
};
|
};
|
||||||
|
private:
|
||||||
|
|
||||||
class scoped_testcase;
|
class scoped_testcase;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user