Don't use "/*" inside a C comment.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 4 Jan 2011 11:48:06 +0000 (11:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 4 Jan 2011 11:48:06 +0000 (11:48 +0000)
commitcfa7a6e2391857846ab46968ce71d6730139939e
tree314fa7384f8770cc2ab03895a81604204c2ec862
parent90e10cd1bedc5cac1ce1b5331d6fd2a351014cfa
Don't use "/*" inside a C comment.

gcc warns about it so replace the outer comment with "#if 0" to avoid it.

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