]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/mstream.cpp
IsModified() function now works correctly
[wxWidgets.git] / src / common / mstream.cpp
index d19b9755df77d996cd1c7d7dca0f632927b8d2e0..d75c423885488611d96b110427b79f05df7436ae 100644 (file)
 #pragma hdrstop
 #endif
 
-#if !USE_SHARED_LIBRARY
-IMPLEMENT_CLASS(wxMemoryInputStream, wxInputStream)
-IMPLEMENT_CLASS(wxMemoryOutputStream, wxOutputStream)
-IMPLEMENT_CLASS2(wxMemoryStream, wxInputStream, wxOutputStream)
-#endif
-
 // ----------------------------------------------------------------------------
 // wxMemoryStreamBase
 // ----------------------------------------------------------------------------