Code style and comments
This commit is contained in:
parent
85e72faf5e
commit
3b1ff125b0
@ -58,7 +58,7 @@ public:
|
||||
AutoreleasePool();
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Destructor. Drains the autorelease pool.
|
||||
/// \brief Drain the autorelease pool.
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
~AutoreleasePool();
|
||||
|
@ -53,7 +53,11 @@ namespace priv
|
||||
{
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
CursorImpl::CursorImpl() : m_cursor(nil) {}
|
||||
CursorImpl::CursorImpl() :
|
||||
m_cursor(nil)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user