]> git.saurik.com Git - wxWidgets.git/blame - src/cocoa/NSPanel.mm
fix VC6 ICE; don't call the function which doesn't compare the objects operator=...
[wxWidgets.git] / src / cocoa / NSPanel.mm
CommitLineData
da0634c1 1/////////////////////////////////////////////////////////////////////////////
1c4e8f38 2// Name: src/cocoa/NSPanel.mm
da0634c1
DE
3// Purpose: wxCocoaNSPanel
4// Author: David Elliott
5// Modified by:
6// Created: 2003/03/16
1c4e8f38 7// RCS-ID: $Id$
da0634c1 8// Copyright: (c) 2003 David Elliott
065e208e 9// Licence: wxWidgets licence
da0634c1
DE
10/////////////////////////////////////////////////////////////////////////////
11
12// ============================================================================
13// declarations
14// ============================================================================
15
16// ----------------------------------------------------------------------------
17// headers
18// ----------------------------------------------------------------------------
19
20#include "wx/wxprec.h"
21#ifndef WX_PRECOMP
22 #include "wx/log.h"
23#endif // WX_PRECOMP
24
25#include "wx/cocoa/NSPanel.h"
26
f910a887 27#import <AppKit/NSPanel.h>
da0634c1
DE
28
29// ----------------------------------------------------------------------------
30// globals
31// ----------------------------------------------------------------------------
32WX_IMPLEMENT_OBJC_INTERFACE_HASHMAP(NSPanel)