projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Just correct the path in the header comment.
[wxWidgets.git]
/
src
/
common
/
quantize.cpp
diff --git
a/src/common/quantize.cpp
b/src/common/quantize.cpp
index 57b311ec3a93b5b18b9791cf7020d1327a1a6816..cbd53cc46838d09712fa128776cccb38ff4409fd 100644
(file)
--- a/
src/common/quantize.cpp
+++ b/
src/common/quantize.cpp
@@
-1546,7
+1546,7
@@
bool wxQuantize::Quantize(const wxImage& src, wxImage& dest,
if (flags & wxQUANTIZE_FILL_DESTINATION_IMAGE)
{
- if (!dest.Ok())
+ if (!dest.
Is
Ok())
dest.Create(w, h);
imgdt = dest.GetData();