add space to ensure doxygen reference generation.

This commit is contained in:
Mathieu Lacage
2008-04-09 13:04:18 -07:00
parent e0570ec0b0
commit 560a34ba97

View File

@@ -110,7 +110,7 @@ class APointerChecker : public PointerChecker
virtual std::string GetType (void) const {
// XXX: we should be able to return better information
TypeId tid = T::GetTypeId ();
return "Ptr<" + tid.GetName () + ">";
return "Ptr< " + tid.GetName () + " >";
}
virtual bool HasTypeConstraints (void) const {
return false;