]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/clntdata.h
Allow overriding print preview frame creation in docview.
[wxWidgets.git] / interface / wx / clntdata.h
index ed81d4b13db0860caabe164065377b1d43fa27d8..77f3cbe1c9f412c32ba5bd7471cf282f7c29fa1b 100644 (file)
@@ -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
@@ -128,7 +128,7 @@ public:
     /**
         Get string client data.
     */
-    const wxString GetData() const;
+    const wxString& GetData() const;
 
     /**
         Set string client data.