]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/datstrm.h
execute the usual cleanup code from EVT_END_SESSION handler under MSW, otherwise...
[wxWidgets.git] / interface / datstrm.h
index 3c5ff21f5a67cade66cb3dbfdf73570d6bd532f8..ccf85e7cfbb206f300a6915184fe9d44100ed98b 100644 (file)
@@ -34,7 +34,7 @@ public:
         )
         Constructs a datastream object from an output stream. Only write methods will
         be available. The second form is only available in Unicode build of wxWidgets.
-        
+
         @param stream
             The output stream.
         @param conv
@@ -169,7 +169,7 @@ public:
         )
         Constructs a datastream object from an input stream. Only read methods will
         be available. The second form is only available in Unicode build of wxWidgets.
-        
+
         @param stream
             The input stream.
         @param conv