]> git.saurik.com Git - wxWidgets.git/commit - src/common/fmapbase.cpp
Remove fixed size of gs_encodingNames array in font mapper code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Apr 2011 16:57:21 +0000 (16:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Apr 2011 16:57:21 +0000 (16:57 +0000)
commit783d8c1131679d4032266ea7913e95a756808e8f
treefddebf975b63111f6695862a27b2215885acf0dd
parent12b5857d047b43fc8667a66c7bf8ee192f460bd9
Remove fixed size of gs_encodingNames array in font mapper code.

Specifying the size explicitly made wxCOMPILE_TIME_ASSERT() checking that the
array sizes were synchronized useless as the array always had the correct
size, independently of the real number of elements in it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/fmapbase.cpp