]> www.ginac.de Git - ginac.git/blobdiff - ginac/constant.h
- Inserted some more std:: to make it compile under GCC2.96.
[ginac.git] / ginac / constant.h
index 47f2a9d610d24101be1cec94d4f33d61c4dd6bfe..f8c5633d7b563e7cff46a6181c5552ce74f24a42 100644 (file)
@@ -90,7 +90,7 @@ private:
 // global constants
 
 extern const constant some_constant;
-extern const type_info & typeid_constant;
+extern const std::type_info & typeid_constant;
 
 extern const constant Pi;
 extern const constant Catalan;