projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Copy generic images when building the documentation too.
[wxWidgets.git]
/
src
/
osx
/
palette.cpp
diff --git
a/src/osx/palette.cpp
b/src/osx/palette.cpp
index a288caa9bde0e8318fed394af92900842f4b94c0..b0d4aef4692a3bbffecf17207f0b17a7ac34804d 100644
(file)
--- a/
src/osx/palette.cpp
+++ b/
src/osx/palette.cpp
@@
-46,7
+46,7
@@
wxPaletteRefData::wxPaletteRefData()
m_count = 0;
}
-wxPaletteRefData::wxPaletteRefData(const wxPaletteRefData& data)
+wxPaletteRefData::wxPaletteRefData(const wxPaletteRefData& data)
: wxGDIRefData()
{
m_count = data.m_count;
m_palette = new wxColour[m_count];