X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..0f5a779f12cc426da00474c1a70db8096e9e991a:/interface/wupdlock.h diff --git a/interface/wupdlock.h b/interface/wupdlock.h index de935a35e1..525a9a09f6 100644 --- a/interface/wupdlock.h +++ b/interface/wupdlock.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wupdlock.h -// Purpose: documentation for wxWindowUpdateLocker class +// Purpose: interface of wxWindowUpdateLocker // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -43,10 +43,11 @@ public: parameter must be non-@NULL and the window must exist for longer than wxWindowUpdateLocker object itself. */ - wxWindowUpdateLocker(wxWindow * win); + wxWindowUpdateLocker(wxWindow* win); /** Destructor reenables updates for the window this object is associated with. */ ~wxWindowUpdateLocker(); }; +