This commit is contained in:
2024-10-25 13:04:12 +02:00
parent 1a032ce260
commit 754310ef00
3 changed files with 15 additions and 19 deletions

View File

@@ -8,8 +8,7 @@ class ToxClient;
// sets ToxClient dirty on some events
class AutoDirty : public ToxEventI {
ToxClient& _tc;
void subscribe(void); // private
ToxEventProviderI::SubscriptionReference _tep_sr;
public:
AutoDirty(ToxClient& tc);