]> www.ginac.de Git - ginac.git/blobdiff - ginac/wildcard.h
synced to 1.1
[ginac.git] / ginac / wildcard.h
index 4b0e31f668807530741be6f89a9e1834b48c87d5..86c5f4a13671579e8a403dd348445009e5381ceb 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to GiNaC's wildcard objects. */
 
 /*
- *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2003 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
@@ -45,11 +45,11 @@ public:
        bool match(const ex & pattern, lst & repl_lst) const;
 
 protected:
-       unsigned calchash(void) const;
+       unsigned calchash() const;
 
        // non-virtual functions in this class
 public:
-       unsigned get_label(void) const {return label;}
+       unsigned get_label() const {return label;}
 
        // member variables
 private: