/**
@class wxMemoryOutputStream
- @wxheader{mstream.h}
@library{wxbase}
/**
Destructor.
*/
- ~wxMemoryOutputStream();
+ virtual ~wxMemoryOutputStream();
/**
CopyTo allowed you to transfer data from the internal buffer of
/**
@class wxMemoryInputStream
- @wxheader{mstream.h}
@library{wxbase}
/**
Destructor.
*/
- ~wxMemoryInputStream();
+ virtual ~wxMemoryInputStream();
/**
Returns the pointer to the stream object used as an internal buffer