91th Cygnus<->FSF merge
authorMike Stump <mrs@gcc.gnu.org>
Wed, 23 Apr 1997 22:45:03 +0000 (22:45 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 23 Apr 1997 22:45:03 +0000 (22:45 +0000)
From-SVN: r13972

gcc/cp/inc/typeinfo

index bad3b66a8d12fe7878872e439eb282756cba77e1..26526594db529ae7e842e82cdcd1c092c4ca8e5d 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;