]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix after argv changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Nov 2007 13:15:04 +0000 (13:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Nov 2007 13:15:04 +0000 (13:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/text/text.cpp

index b24f666439553dc4fe6cb992d2c3635fdf5225c6..e40562aeb4443032c6e39c0d7081abf849b27c8a 100644 (file)
@@ -1036,7 +1036,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
     // a little hack to use the command line argument for encoding testing
     if ( wxTheApp->argc == 2 )
     {
-        switch ( wxTheApp->argv[1][0] )
+        switch ( (wxChar)wxTheApp->argv[1][0] )
         {
             case '2':
                 m_horizontal->SetFont(wxFont(18, wxSWISS, wxNORMAL, wxNORMAL,