Missing semicolon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-05-15 11:53:06 +00:00
parent 26c66bc6ac
commit d3338a5a34

View File

@@ -536,7 +536,7 @@ public:
Reset this class to ptr which points to a reference counted object and
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