mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 01:15:53 +00:00
Don't leak track StringPairArray
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef BEAST_UNITTESTUTILITIES_H_INCLUDED
|
||||
#define BEAST_UNITTESTUTILITIES_H_INCLUDED
|
||||
|
||||
#include <beast/module/core/files/File.h>
|
||||
|
||||
namespace beast {
|
||||
namespace UnitTestUtilities {
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#define BEAST_STRINGPAIRARRAY_H_INCLUDED
|
||||
|
||||
#include <beast/module/core/text/StringArray.h>
|
||||
#include <beast/utility/LeakChecked.h>
|
||||
|
||||
namespace beast {
|
||||
|
||||
@@ -35,7 +34,7 @@ namespace beast {
|
||||
|
||||
@see StringArray
|
||||
*/
|
||||
class StringPairArray : LeakChecked <StringPairArray>
|
||||
class StringPairArray
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user