mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Validators update, add LeakChecked to Source subclasses
This commit is contained in:
@@ -17,11 +17,12 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
|
||||
namespace ripple {
|
||||
namespace Validators {
|
||||
|
||||
class SourceFileImp : public SourceFile
|
||||
class SourceFileImp
|
||||
: public SourceFile
|
||||
, public LeakChecked <SourceFileImp>
|
||||
{
|
||||
public:
|
||||
SourceFileImp (File const& file)
|
||||
|
||||
Reference in New Issue
Block a user