]> www.ginac.de Git - ginac.git/blobdiff - check/time_uvar_gcd.cpp
Happy New Year!
[ginac.git] / check / time_uvar_gcd.cpp
index 11fbe1ec1ce9602c6d9ba1324ac3114c7d5d76ea..5467b1115168ad26e473e7a8ece66279356440f8 100644 (file)
@@ -3,7 +3,7 @@
  *  Time the different GCD algorithms. */
 
 /*
- *  GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2019 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
@@ -1616,7 +1616,7 @@ static const std::string r2_srep_3("\
 class sym_finder : public visitor, public symbol::visitor
 {
 protected:
-       inline void visit(const symbol& s)
+       inline void visit(const symbol& s) override
        {
                found.insert(s);
        }