From d3338a5a344fface61464b041f67b35bbc3b821c Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 15 May 2008 11:53:06 +0000 Subject: [PATCH 1/1] Missing semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2