]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed documentation of enum wxImageResizeQuality.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 18 Mar 2011 22:22:01 +0000 (22:22 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Fri, 18 Mar 2011 22:22:01 +0000 (22:22 +0000)
A C-style comment was not closed and resulted in the explanation of wxIMAGE_QUALITY_NORMAL additionally containing the explanation of wxIMAGE_QUALITY_BOX_AVERAGE and the latter having none. Regression since r67203.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/image.h

index fc75c139c7a1bd58ec13f321adf2de0b1573b701..823ac49c9fa323d4b2d1e46d0fdefed45c09747b 100644 (file)
@@ -43,6 +43,7 @@ enum wxImageResizeQuality
     Use surrounding pixels to calculate an average that will be used for
     new pixels. This method is typically used when reducing the size of
     an image.
+    */
     wxIMAGE_QUALITY_BOX_AVERAGE,
 
     /**