X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4707b84cd074ff2ae9ada99579f864eb300f8774..89b799cccff2a3cfa5d51dac5c6e9153d2fe2e82:/interface/wx/clntdata.h diff --git a/interface/wx/clntdata.h b/interface/wx/clntdata.h index dea129e018..77f3cbe1c9 100644 --- a/interface/wx/clntdata.h +++ b/interface/wx/clntdata.h @@ -9,8 +9,8 @@ /** @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