]> git.saurik.com Git - wxWidgets.git/commit
Don't use ternary operator ?: with wxString and literal strings.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Feb 2013 12:40:20 +0000 (12:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Feb 2013 12:40:20 +0000 (12:40 +0000)
commit35f6f71b19d8c2f714fa8600322470367cb7b4c6
tree2678081d6a0508cec608e8a4f63b125646befae7
parentc8723b866e31b8a506a87b4bff5c2d6ed092dd80
Don't use ternary operator ?: with wxString and literal strings.

This results in warnings about converting string literal to (non const) C
string.

Also remove the now unneeded calls to c_str() inside wxString::Printf().

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