X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreaccount.h;h=b69552c5984bfaee056c1c5fcaba61b3781d8195;hp=d4aed0f31efb8bb57d84a2c6c0c624f981d244f9;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hpb=158443f71d48215eea8b47b836b61afd77654b78 diff --git a/src/client/coreaccount.h b/src/client/coreaccount.h index d4aed0f3..b69552c5 100644 --- a/src/client/coreaccount.h +++ b/src/client/coreaccount.h @@ -36,7 +36,7 @@ class CLIENT_EXPORT CoreAccount public: CoreAccount(AccountId accountId = 0); - virtual ~CoreAccount() {}; + virtual ~CoreAccount() = default; inline bool isValid() const { return accountId().isValid(); } inline AccountId accountId() const { return _accountId; }