Don't leak track StringPairArray

This commit is contained in:
Vinnie Falco
2014-12-30 09:30:53 -08:00
parent 5100eadf12
commit 79f9cc534d
2 changed files with 3 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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:
//==============================================================================