projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add wxMask::GetBitmap(), closes #9381
[wxWidgets.git]
/
src
/
msw
/
artmsw.cpp
diff --git
a/src/msw/artmsw.cpp
b/src/msw/artmsw.cpp
index f304ffdea8efd8c81f9ded5593d719902cc21475..22314f1e253b41313a509a0c71129cc1d09e8652 100644
(file)
--- a/
src/msw/artmsw.cpp
+++ b/
src/msw/artmsw.cpp
@@
-91,7
+91,7
@@
wxBitmap wxWindowsArtProvider::CreateBitmap(const wxArtID& id,
/*static*/ void wxArtProvider::InitNativeProvider()
{
- Push(new wxWindowsArtProvider);
+ Push
Back
(new wxWindowsArtProvider);
}
// ----------------------------------------------------------------------------