No real changes, just remove trailing commas from enum.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Jul 2011 10:29:14 +0000 (10:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Jul 2011 10:29:14 +0000 (10:29 +0000)
commitbbd783e0b2ff5308e235a572680c2ec52e191f6d
tree80efd21030366392b2ce12a5ec5629282f784d78
parentfec4e45897e44182abc696adc5fd95e66f48e862
No real changes, just remove trailing commas from enum.

wxCompositionMode enum had a trailing comma not allowed by C++ 98 (and which
would result in warnings or errors with g++ pedantic switch).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/graphics.h
interface/wx/graphics.h