Commit cd1bbde1 by Mike Stump

91th Cygnus<->FSF merge

From-SVN: r13972
parent eb66be0e
...@@ -27,7 +27,7 @@ public: ...@@ -27,7 +27,7 @@ public:
// destructor // destructor
virtual ~type_info (); virtual ~type_info ();
bool before (const type_info& arg); bool before (const type_info& arg) const;
const char* name () const const char* name () const
{ return _name; } { return _name; }
bool operator== (const type_info& arg) const; bool operator== (const type_info& arg) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment