X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Ffail.h;h=5b3264610c085d36d71821cf5fcfd45d938a2543;hb=refs%2Fheads%2Fmaster;hp=2393d32e6a5c9cfab2135481e9345b8048b05634;hpb=1602530f716ba1d425a0667b897182b99c374823;p=ginac.git diff --git a/ginac/fail.h b/ginac/fail.h index 2393d32e..4afee2f2 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-2009 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2024 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: