]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/cocoa/gdiobj.cpp
Changes needed for scanning the aui header files with SWIG for
[wxWidgets.git] / src / cocoa / gdiobj.cpp
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: src/cocoa/gdiobj.cpp
3// Purpose: wxGDIObject class
4// Author: AUTHOR
5// Modified by:
6// Created: ??/??/98
7// RCS-ID: $Id$
8// Copyright: (c) AUTHOR
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12// For compilers that support precompilation, includes "wx.h".
13#include "wx/wxprec.h"
14
15#include "wx/gdiobj.h"
16
17IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
18
19// TODO: Nothing to do, unless you want to.