projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
restored old casts (there was a reason for them)
[wxWidgets.git]
/
src
/
gtk1
/
gdiobj.cpp
diff --git
a/src/gtk1/gdiobj.cpp
b/src/gtk1/gdiobj.cpp
index 8df2e5ff09207957d0e29c37d6bf01e546d02b61..64f5b61dfa1132f475d2c2f819ed03e02549119f 100644
(file)
--- a/
src/gtk1/gdiobj.cpp
+++ b/
src/gtk1/gdiobj.cpp
@@
-2,8
+2,6
@@
// Name: gdiobj.cpp
// Purpose: wxGDIObject class
// Author: Julian Smart
// Name: gdiobj.cpp
// Purpose: wxGDIObject class
// Author: Julian Smart
-// Modified by:
-// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart and Markus Holzem
// Licence: wxWindows licence
// RCS-ID: $Id$
// Copyright: (c) Julian Smart and Markus Holzem
// Licence: wxWindows licence
@@
-15,7
+13,5
@@
#include "wx/gdiobj.h"
#include "wx/gdiobj.h"
-#if !USE_SHARED_LIBRARIES
IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
-#endif