Fixed typo

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@588 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-01-27 17:51:53 +00:00
parent 6c16dd968c
commit 1b81721c9b

View file

@ -214,7 +214,7 @@ Otherwise another workaround would be to provide a proxy method :
[endsect] [endsect]
[section warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data] [section Warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data]
Compiling under Microsoft Visual Studio with the /Wp64 flag produces this warning at various locations in the library code. Compiling under Microsoft Visual Studio with the /Wp64 flag produces this warning at various locations in the library code.