// Name: object.h
// Purpose: interface of wxRefCounter
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual wxClassInfo* GetClassInfo() const;
/**
- Returns the wxObject::m_refData pointer, i.e. the data referenced by this object.
+ Returns the wxObject::m_refData pointer, i.e.\ the data referenced by this object.
@see Ref(), UnRef(), wxObject::m_refData, SetRefData(), wxObjectRefData
*/