X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fcoreeventmanager.h;h=90c3838236c0e3d9683ebabbdb488d238861eb28;hb=fcacaaf16551524c7ebb6114254d005274cc3d63;hp=10159c8ae901e7739f69408c58e96a08a6180bfc;hpb=f05aeefb497c4f751eeee11b8b1d199fd1e52a33;p=quassel.git diff --git a/src/core/coreeventmanager.h b/src/core/coreeventmanager.h index 10159c8a..90c38382 100644 --- a/src/core/coreeventmanager.h +++ b/src/core/coreeventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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;