projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reverted yet another accidental commit of testing code in r57505
[wxWidgets.git]
/
src
/
gtk1
/
bitmap.cpp
diff --git
a/src/gtk1/bitmap.cpp
b/src/gtk1/bitmap.cpp
index be9243096d24fd34ab5d07c1707db48846ac299d..cbd92cd42d29c447f221cc3b356b0065890472de 100644
(file)
--- a/
src/gtk1/bitmap.cpp
+++ b/
src/gtk1/bitmap.cpp
@@
-369,7
+369,7
@@
wxGDIRefData *wxBitmap::CreateGDIRefData() const
wxGDIRefData *wxBitmap::CloneGDIRefData(const wxGDIRefData *data) const
{
wxGDIRefData *wxBitmap::CloneGDIRefData(const wxGDIRefData *data) const
{
- return new wxBitmapRefData(*
wx_static_cast(const wxBitmapRefData *,
data));
+ return new wxBitmapRefData(*
static_cast<const wxBitmapRefData *>(
data));
}
bool wxBitmap::Create( int width, int height, int depth )
}
bool wxBitmap::Create( int width, int height, int depth )