]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/serbase.cpp
Fixed compilation (add serbase.cpp)
[wxWidgets.git] / src / common / serbase.cpp
diff --git a/src/common/serbase.cpp b/src/common/serbase.cpp
new file mode 100644 (file)
index 0000000..e5bb3d9
--- /dev/null
@@ -0,0 +1,31 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        serbase.cpp
+// Purpose:     wxStream base classes
+// Author:      Robert Roebling
+// Modified by:
+// Created:     11/07/98
+// RCS-ID:      $Id$
+// Copyright:   (c) Robert Roebling
+// Licence:     wxWindows license
+/////////////////////////////////////////////////////////////////////////////
+
+#ifdef __GNUG__
+#pragma implementation "stream.h"
+#endif
+
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#include <wx/serbase.h>
+
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
+// ----------------------------------------------------------------------------
+// wxObject_Serialize
+// ----------------------------------------------------------------------------
+
+#if !USE_SHARED_LIBRARY
+IMPLEMENT_DYNAMIC_CLASS(wxObject_Serialize,wxObject)
+#endif