Updated wrappers

This commit is contained in:
Robert Osfield
2007-12-10 20:35:50 +00:00
parent c43606e3fe
commit aa24c273c7
83 changed files with 200 additions and 214 deletions

View File

@@ -75,7 +75,7 @@ BEGIN_OBJECT_REFLECTOR(osgText::String)
Properties::NON_VIRTUAL,
__void__set__C5_std_string_R1__Encoding,
"Set the text using a Unicode encoded std::string, which is converted to an internal TextString. ",
"The encoding parameter specificies which Unicode encodeding is used in the std::string. ");
"The encoding parameter specifies which Unicode encoding is used in the std::string. ");
I_Method0(std::string, createUTF8EncodedString,
Properties::NON_VIRTUAL,
__std_string__createUTF8EncodedString,