This commit is contained in:
2024-10-24 15:55:44 +02:00
parent a0c3336f37
commit ce894c1f88
6 changed files with 63 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ struct ToxI;
class ToxContactModel2 : public ContactModel3I, public ToxEventI {
Contact3Registry& _cr;
ToxI& _t;
ToxEventProviderI& _tep;
ToxEventProviderI::SubscriptionReference _tep_sr;
Contact3 _root;
Contact3 _friend_self;