mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use LeakChecked throughout Beast
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
@see StringArray
|
||||
*/
|
||||
class BEAST_API StringPairArray
|
||||
class BEAST_API StringPairArray : LeakChecked <StringPairArray>
|
||||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
@@ -150,8 +150,6 @@ private:
|
||||
//==============================================================================
|
||||
StringArray keys, values;
|
||||
bool ignoreCase;
|
||||
|
||||
BEAST_LEAK_DETECTOR (StringPairArray)
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user