Fix the order of the DC classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-04-21 00:07:41 +00:00
parent 0a9d14c47c
commit b75a58bc0b

View File

@@ -18,8 +18,8 @@ DOCSTRING = ""
# The classes and/or the basename of the Doxygen XML files to be processed by
# this script.
ITEMS = [ 'wxWindowDC',
'wxPaintDC',
'wxClientDC',
'wxPaintDC',
]
#---------------------------------------------------------------------------