inc version and correct the message behavior

This commit is contained in:
2024-04-19 11:00:39 +02:00
parent 49f643a798
commit 1d724ef951
2 changed files with 20 additions and 3 deletions

View File

@ -20,7 +20,7 @@ class ToxContactModel2 : public ContactModel3I, public ToxEventI {
float _group_status_timer {0.f};
public:
static constexpr const char* version {"1"};
static constexpr const char* version {"2"};
ToxContactModel2(Contact3Registry& cr, ToxI& t, ToxEventProviderI& tep);
virtual ~ToxContactModel2(void);