diff --git a/include/transport/buddy.h b/include/transport/buddy.h index 490d5671cc0224d68a32b5ef3cf6b899a0f76df1..ec77c883fbbbb875e52ddc6d6038cf55b31020b6 100644 --- a/include/transport/buddy.h +++ b/include/transport/buddy.h @@ -47,7 +47,7 @@ class Buddy { /// \param rosterManager RosterManager associated with this buddy. /// \param id ID which identifies the buddy in database or -1 if it's new buddy which is /// not in database yet. - Buddy(RosterManager *rosterManager, long id = -1); + Buddy(RosterManager *rosterManager, long id = -1, BuddyFlag flags = BUDDY_NO_FLAG); /// Destructor virtual ~Buddy();