X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreeventmanager.h;h=90c3838236c0e3d9683ebabbdb488d238861eb28;hp=c637aa6be5fd811252468181a6dd467863150d63;hb=3a3e844f9fcfd12235a0086af75ecd503b621ef4;hpb=e50ae7a06fc4e5d3a911c361d30953410deab609 diff --git a/src/core/coreeventmanager.h b/src/core/coreeventmanager.h index c637aa6b..90c38382 100644 --- a/src/core/coreeventmanager.h +++ b/src/core/coreeventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -36,7 +36,7 @@ public: {} protected: - inline Network *networkById(NetworkId id) const { return _coreSession->network(id); } + inline Network *networkById(NetworkId id) const override { return _coreSession->network(id); } private: CoreSession *_coreSession;