]> www.ginac.de Git - ginac.git/blobdiff - ginac/symbol.h
Add support for Texinfo-5.0.
[ginac.git] / ginac / symbol.h
index ec371f8c3ed8ad40374b8bfc96b845f5d8a66e12..519980f857dcededb579715ee1dbd9ff96ce3dac 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to GiNaC's symbolic objects. */
 
 /*
- *  GiNaC Copyright (C) 1999-2010 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2011 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
@@ -69,6 +69,7 @@ protected:
        // non-virtual functions in this class
 public:
        void set_name(const std::string & n) { name = n; }
+       void set_TeX_name(const std::string & n) { TeX_name = n; }
        std::string get_name() const;
        virtual unsigned get_domain() const { return domain::complex; }
 protected: