X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=ginac%2Ffail.h;h=cda726f7e4100367e5bb9a8ff0cc6de32217db63;hb=6c946d4c762f5a0d6a3b742f03556dd018d63886;hp=bedd3d08bde417f356eb66fb98c04a841fb6ed26;hpb=c28e61da33905ddc69abf893aaffec98aa30d053;p=ginac.git diff --git a/ginac/fail.h b/ginac/fail.h index bedd3d08..cda726f7 100644 --- a/ginac/fail.h +++ b/ginac/fail.h @@ -4,7 +4,7 @@ * somewhat obsolete (most of this can be replaced by exceptions). */ /* - * GiNaC Copyright (C) 1999-2010 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ class fail : public basic // functions overriding virtual functions from base classes protected: - unsigned return_type() const { return return_types::noncommutative_composite; }; + unsigned return_type() const override { return return_types::noncommutative_composite; }; // non-virtual functions in this class protected: