X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..74a8f67d96591cec101def2a7d47c64072aff7fd:/src/mgl/clipbrd.cpp diff --git a/src/mgl/clipbrd.cpp b/src/mgl/clipbrd.cpp index 6dc3737658..81f12a67e9 100644 --- a/src/mgl/clipbrd.cpp +++ b/src/mgl/clipbrd.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: gtk/clipbrd.cpp +// Name: src/mgl/clipbrd.cpp // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -7,14 +7,18 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "clipbrd.h" +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop #endif #include "wx/clipbrd.h" #if wxUSE_CLIPBOARD +// FIXME_MGL IMPLEMENT_DYNAMIC_CLASS(wxClipboard,wxObject)