1/////////////////////////////////////////////////////////////////////////////
2// Name:        gtk/clipbrd.cpp
3// Purpose:
4// Author:      Robert Roebling
5// Id:          $Id: clipbrd.cpp 35650 2005-09-23 12:56:45Z MR $
6// Copyright:   (c) 1998 Robert Roebling
7// Licence:     wxWindows licence
8/////////////////////////////////////////////////////////////////////////////
9
10// For compilers that support precompilation, includes "wx.h".
11#include "wx/wxprec.h"
12
13#ifdef __BORLANDC__
14    #pragma hdrstop
15#endif
16
17#include "wx/clipbrd.h"
18
19#if wxUSE_CLIPBOARD
20
21// FIXME_MGL
22
23IMPLEMENT_DYNAMIC_CLASS(wxClipboard,wxObject)
24
25#endif
26  // wxUSE_CLIPBOARD
27
28