mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add LeakChecked qualifiers to key classes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
/** A set of AccountItem objects.
|
||||
*/
|
||||
class AccountItems
|
||||
class AccountItems : LeakChecked <AccountItems>
|
||||
{
|
||||
public:
|
||||
typedef boost::shared_ptr <AccountItems> pointer;
|
||||
|
||||
Reference in New Issue
Block a user