]> www.ginac.de Git - ginac.git/blobdiff - ginac/wildcard.h
DEFAULT_PRINT macros generate new-style print methods
[ginac.git] / ginac / wildcard.h
index 78c541b572f5b64a66763166f8f2f04d3e2e451c..86c5f4a13671579e8a403dd348445009e5381ceb 100644 (file)
@@ -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: