X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fwildcard.h;h=6a66ae3f7a8a3d0a5ff7ad86a06a5c2b6f02a893;hp=678afb810a0997e458a6eccad5dba05ea1e9571d;hb=019faaa693e82ccccadacb185ddd999437409ba2;hpb=286b0d93528e35957a50c51343e0b4a9bc623bce diff --git a/ginac/wildcard.h b/ginac/wildcard.h index 678afb81..6a66ae3f 100644 --- a/ginac/wildcard.h +++ b/ginac/wildcard.h @@ -3,7 +3,7 @@ * Interface to GiNaC's wildcard objects. */ /* - * GiNaC Copyright (C) 1999-2011 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 @@ -41,14 +41,14 @@ public: // functions overriding virtual functions from base classes public: - bool match(const ex & pattern, exmap& repl_lst) const; + bool match(const ex & pattern, exmap& repl_lst) const override; /** Save (a.k.a. serialize) object into archive. */ - void archive(archive_node& n) const; + void archive(archive_node& n) const override; /** Read (a.k.a. deserialize) object from archive. */ - void read_archive(const archive_node& n, lst& syms); + void read_archive(const archive_node& n, lst& syms) override; protected: - unsigned calchash() const; + unsigned calchash() const override; // non-virtual functions in this class public: