Use LeakChecked throughout Beast

This commit is contained in:
Vinnie Falco
2013-06-29 22:59:07 -07:00
parent 386fea5e71
commit ca1eda2df1
104 changed files with 354 additions and 650 deletions

View File

@@ -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)
};