]> www.ginac.de Git - ginac.git/blobdiff - ginac/structure.cpp
- Inserted some more std:: to make it compile under GCC2.96.
[ginac.git] / ginac / structure.cpp
index fe3c1c5197aa3c502ed1e02de82e17405ae34e5b..06d07fb7c140d5883badd3fbe974d00c0fadd969 100644 (file)
@@ -176,7 +176,7 @@ unsigned structure::register_new(const char * nm)
 //////////
 
 const structure some_structure;
 //////////
 
 const structure some_structure;
-const type_info & typeid_structure=typeid(some_structure);
+const std::type_info & typeid_structure = typeid(some_structure);
 
 #ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC
 
 #ifndef NO_NAMESPACE_GINAC
 } // namespace GiNaC