X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7e94bd7ebc205ffba5e2729b0d465778d4e48c6..e0effd7e3b8ad53abdcd008da75ba49a4af1ebf2:/interface/wx/clntdata.h?ds=sidebyside diff --git a/interface/wx/clntdata.h b/interface/wx/clntdata.h index ed81d4b13d..b0df901a9c 100644 --- a/interface/wx/clntdata.h +++ b/interface/wx/clntdata.h @@ -2,15 +2,14 @@ // Name: clntdata.h // Purpose: interface of wxClientData[Container] and wxStringClientData // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @class wxClientDataContainer - This class is a mixin that provides storage and management of "client - data." This data can either be of type void - in which case the data + This class is a mixin that provides storage and management of "client data". + This data can either be of type void - in which case the data @e container does not take care of freeing the data again or it is of type wxClientData or its derivatives. In that case the container will free the memory itself later. Note that you @e must not assign both void data @@ -128,7 +127,7 @@ public: /** Get string client data. */ - const wxString GetData() const; + const wxString& GetData() const; /** Set string client data.