X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Ffail.h;h=cda726f7e4100367e5bb9a8ff0cc6de32217db63;hb=f8b3c08fd7a5aabe7471c4dfb635d134ee4d8ef3;hp=bedd3d08bde417f356eb66fb98c04a841fb6ed26;hpb=95ede03f00106be5fb087d76c86ca5c27edb9122;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: