git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4101
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+// ===========================================================================
+// implementation
+// ===========================================================================
+
// ---------------------------------------------------------------------------
// wxAppBase
// ----------------------------------------------------------------------------
// ---------------------------------------------------------------------------
// wxAppBase
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxClipboardModule: module responsible for initializing the global clipboard
// object
// ----------------------------------------------------------------------------
// wxClipboardModule: module responsible for initializing the global clipboard
// object
// ----------------------------------------------------------------------------
class wxClipboardModule : public wxModule
// ----------------------------------------------------------------------------
class wxClipboardModule : public wxModule
DECLARE_DYNAMIC_CLASS(wxClipboardModule)
};
DECLARE_DYNAMIC_CLASS(wxClipboardModule)
};
-IMPLEMENT_DYNAMIC_CLASS(wxClipboardModule,wxModule)
+// ----------------------------------------------------------------------------
+// global data defined here
+// ----------------------------------------------------------------------------
+IMPLEMENT_DYNAMIC_CLASS(wxClipboardModule, wxModule)