projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Back to previous call with -1 replacement.
[wxWidgets.git]
/
src
/
mac
/
classic
/
gdiobj.cpp
diff --git
a/src/mac/classic/gdiobj.cpp
b/src/mac/classic/gdiobj.cpp
index 9b74779924c31da498b57262c8a3a4942210dac1..4f450527f3d124fcb4830118c47c0c4595e54432 100644
(file)
--- a/
src/mac/classic/gdiobj.cpp
+++ b/
src/mac/classic/gdiobj.cpp
@@
-1,19
+1,23
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: gdiobj.cpp
+// Name:
src/mac/classic/
gdiobj.cpp
// Purpose: wxGDIObject class
// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Purpose: wxGDIObject class
// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence:
wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
+#include "wx/wxprec.h"
+
#include "wx/gdiobj.h"
#include "wx/gdiobj.h"
-#include "wx/gdicmn.h"
-#include "wx/mac/private.h"
-IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
+#ifndef WX_PRECOMP
+ #include "wx/gdicmn.h"
+#endif
+
+#include "wx/mac/private.h"
class wxStockGDIMac: public wxStockGDI
{
class wxStockGDIMac: public wxStockGDI
{