mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add LeakChecked qualifiers to key classes
This commit is contained in:
@@ -53,7 +53,7 @@ private:
|
||||
void addCallbacks (const TXQEntry& otherEntry);
|
||||
};
|
||||
|
||||
class TXQueue
|
||||
class TXQueue : LeakChecked <TXQueue>
|
||||
{
|
||||
public:
|
||||
TXQueue () : mRunning (false)
|
||||
|
||||
Reference in New Issue
Block a user