]>
Commit | Line | Data |
---|---|---|
c801d85f KB |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: gdiobj.cpp | |
3 | // Purpose: wxGDIObject class | |
4 | // Author: Julian Smart | |
c801d85f KB |
5 | // RCS-ID: $Id$ |
6 | // Copyright: (c) Julian Smart and Markus Holzem | |
7 | // Licence: wxWindows licence | |
8 | ///////////////////////////////////////////////////////////////////////////// | |
9 | ||
10 | #ifdef __GNUG__ | |
11 | #pragma implementation "gdiobj.h" | |
12 | #endif | |
13 | ||
14 | #include "wx/gdiobj.h" | |
15 | ||
c801d85f | 16 | IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject) |
c801d85f | 17 |