Missing semicolon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -536,7 +536,7 @@ public:
|
|||||||
Reset this class to ptr which points to a reference counted object and
|
Reset this class to ptr which points to a reference counted object and
|
||||||
calls T::DecRef() on the previously owned object.
|
calls T::DecRef() on the previously owned object.
|
||||||
*/
|
*/
|
||||||
void reset(T *ptr)
|
void reset(T *ptr);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Conversion to a boolean expression (in a variant which is not
|
Conversion to a boolean expression (in a variant which is not
|
||||||
|
Reference in New Issue
Block a user