]> www.ginac.de Git - ginac.git/blobdiff - ginac/symbol.h
- renamed
[ginac.git] / ginac / symbol.h
index cda3e736fb647fa9e1367e445afbd0c6573ad9e4..1f494cf2c5ceb4f8ea2fe1d3630df82564c75ec0 100644 (file)
@@ -95,8 +95,8 @@ protected:
 public:
        void assign(const ex & value);
        void unassign(void);
-       void setname(const std::string & n) { name = n; }
-       std::string getname(void) const { return name; }
+       void set_name(const std::string & n) { name = n; }
+       std::string get_name(void) const { return name; }
 private:
        std::string & autoname_prefix(void);