OSDN Git Service

91th Cygnus<->FSF merge
[pf3gnuchains/gcc-fork.git] / gcc / cp / inc / typeinfo
index bad3b66..2652659 100644 (file)
@@ -27,7 +27,7 @@ public:
   // destructor
   virtual ~type_info ();
     
-  bool before (const type_info& arg);
+  bool before (const type_info& arg) const;
   const char* name () const
     { return _name; }
   bool operator== (const type_info& arg) const;