]>
git.saurik.com Git - wxWidgets.git/blob - src/cocoa/gdiobj.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/cocoa/gdiobj.cpp
3 // Purpose: wxGDIObject class
8 // Copyright: (c) AUTHOR
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // For compilers that support precompilation, includes "wx.h".
13 #include "wx/wxprec.h"
15 #include "wx/gdiobj.h"
17 IMPLEMENT_DYNAMIC_CLASS(wxGDIObject
, wxObject
)
19 // TODO: Nothing to do, unless you want to.