| author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
| Wed Apr 09 13:04:18 2008 -0700 (22 months ago) | |
| changeset 2929 | ac861a001a2a |
| parent 2928 | 554e10cdc747 |
| child 2930 | bbe74014af44 |
1.1 --- a/src/core/pointer.h Wed Apr 09 13:03:58 2008 -0700 1.2 +++ b/src/core/pointer.h Wed Apr 09 13:04:18 2008 -0700 1.3 @@ -110,7 +110,7 @@ 1.4 virtual std::string GetType (void) const { 1.5 // XXX: we should be able to return better information 1.6 TypeId tid = T::GetTypeId (); 1.7 - return "Ptr<" + tid.GetName () + ">"; 1.8 + return "Ptr< " + tid.GetName () + " >"; 1.9 } 1.10 virtual bool HasTypeConstraints (void) const { 1.11 return false;