]> www.ginac.de Git - ginac.git/blobdiff - ginac/integral.cpp
A better return_type_tinfo() mechanism.
[ginac.git] / ginac / integral.cpp
index 57f3532bc5ffea8991e01357a2a0587571c82bfb..220047568f160f36a9b522bb34dd6bb1f94f1040 100644 (file)
@@ -3,7 +3,7 @@
  *  Implementation of GiNaC's symbolic  integral. */
 
 /*
- *  GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2008 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
@@ -436,7 +436,7 @@ unsigned integral::return_type() const
        return f.return_type();
 }
 
-tinfo_t integral::return_type_tinfo() const
+return_type_t integral::return_type_tinfo() const
 {
        return f.return_type_tinfo();
 }