Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
// Name: tex2any.cpp
|
// Name: tex2any.cpp
|
||||||
// Purpose: Utilities for Latex conversion.
|
// Purpose: Utilities for Latex conversion.
|
||||||
// Author: Julian Smart
|
// Author: Julian Smart
|
||||||
// Modified by: Wlodzimiez ABX Skiba 2003/2004 Unicode support
|
// Modified by: Wlodzimierz ABX Skiba 2003/2004 Unicode support
|
||||||
// Ron Lee
|
// Ron Lee
|
||||||
// Created: 01/01/99
|
// Created: 01/01/99
|
||||||
// RCS-ID: $Id$
|
// RCS-ID: $Id$
|
||||||
@@ -1222,7 +1222,7 @@ int ParseArg(TexChunk *thisArg, wxList& children, wxChar *buffer, int pos, wxCha
|
|||||||
pos ++;
|
pos ++;
|
||||||
|
|
||||||
// Find the delimiter character
|
// Find the delimiter character
|
||||||
int ch = buffer[pos];
|
wxChar ch = buffer[pos];
|
||||||
pos ++;
|
pos ++;
|
||||||
// Now at start of verbatim text
|
// Now at start of verbatim text
|
||||||
int j = pos;
|
int j = pos;
|
||||||
|
Reference in New Issue
Block a user