]> www.ginac.de Git - ginac.git/blobdiff - ginac/relational.h
ChangeLog: mention cvs log (must be non-empty for Debian)
[ginac.git] / ginac / relational.h
index c9c0eb68700e2029eea28c87bcb4f0eacd1e44ba..6d8039d341b538afb83948380eb390f91644fee7 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to relations between expressions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2001 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
@@ -102,7 +102,7 @@ protected:
 // global constants
 
 extern const relational some_relational;
-extern const type_info & typeid_relational;
+extern const std::type_info & typeid_relational;
 
 // utility functions
 inline const relational &ex_to_relational(const ex &e)