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:
@@ -20,7 +20,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class SNTPClient
|
||||
class SNTPClient : LeakChecked <SNTPClient>
|
||||
{
|
||||
public:
|
||||
SNTPClient (boost::asio::io_service& service);
|
||||
|
||||
Reference in New Issue
Block a user