X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..f72124dbe5f289165f7c05ba6c3dcbef89e0ead6:/src/common/objstrm.cpp diff --git a/src/common/objstrm.cpp b/src/common/objstrm.cpp index 0488a6b90d..e0156b200d 100644 --- a/src/common/objstrm.cpp +++ b/src/common/objstrm.cpp @@ -8,8 +8,9 @@ // Copyright: (c) 1998 Guilhem Lavaux // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// + #ifdef __GNUG__ -#pragma implementation "objstrm.h" + #pragma implementation "objstrm.h" #endif // For compilers that support precompilation, includes "wx.h". @@ -321,5 +322,5 @@ wxObject *wxObjectInputStream::LoadObject() return object; } -#endif +#endif // wxUSE_SERIAL && wxUSE_STREAMS