]> www.ginac.de Git - ginac.git/blobdiff - ginac/registrar.h
replaced "precedence" static member variable by virtual precedence() function
[ginac.git] / ginac / registrar.h
index 8cab2031a010cf57e9918fb4e73f74eab13c30b0..125d0998903a6950f368a4f2898dd7213b9d330d 100644 (file)
@@ -81,7 +81,6 @@ public: \
        classname(const classname & other); \
        const classname & operator=(const classname & other); \
        basic * duplicate() const; \
-       unsigned get_precedence(void) const {return precedence;} \
 protected: \
        void copy(const classname & other); \
        void destroy(bool call_parent); \