]> www.ginac.de Git - ginac.git/blobdiff - ginac/ncmul.cpp
- Inserted some more std:: to make it compile under GCC2.96.
[ginac.git] / ginac / ncmul.cpp
index d8e7584bc723e248702a2336255d88a7393ecc5c..cf4f62463218ecb13710ec9070af4f25c9967169 100644 (file)
@@ -632,7 +632,7 @@ unsigned ncmul::precedence=50;
 //////////
 
 const ncmul some_ncmul;
-const type_info & typeid_ncmul=typeid(some_ncmul);
+const std::type_info & typeid_ncmul = typeid(some_ncmul);
 
 //////////
 // friend functions