]> git.saurik.com Git - wxWidgets.git/commit
Avoid g++ warning about unhandled wxFONTFAMILY_XXX value in a switch.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Jan 2010 09:01:08 +0000 (09:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Jan 2010 09:01:08 +0000 (09:01 +0000)
commita4a0bff1662e9c729e95baf12082aa6144df48c8
tree4675d55b5b41a3e1c159f3b5884aa4b6ec1d1644
parent0369a9fedfe4a3c6d7d04be5a6196d83dd7c727a
Avoid g++ warning about unhandled wxFONTFAMILY_XXX value in a switch.

Add wxFONTFAMILY_UNKNOWN case to the switch as it will allow us to be warned
if we add a new family in the future and forget to update this code to take it
into account.

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