From: Robert Roebling Date: Thu, 15 May 2008 11:53:06 +0000 (+0000) Subject: Missing semicolon X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d3338a5a344fface61464b041f67b35bbc3b821c?hp=26c66bc6ac1d8be06635ab3bb6831f3de2afbdd3 Missing semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/object.h b/interface/object.h index ecfbbb93db..b6467e9fe6 100644 --- a/interface/object.h +++ b/interface/object.h @@ -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