// Author: David Elliott
// Modified by:
// Created: 2003/06/17
-// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#import <AppKit/NSColor.h>
-IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject)
-
void wxColour::Init()
{
m_cocoaNSColor = NULL;