GH #321: trivial build fixes (BB QNX build)

This commit is contained in:
Alex Fabijanic
2014-04-30 22:58:28 -05:00
parent 68044fdae0
commit f9057157e8
7 changed files with 16 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ public:
}
template <typename T>
static size_t UTFStrlen(const T* ptr)
static std::size_t UTFStrlen(const T* ptr)
/// Returns the length (in characters) of a zero-terminated UTF string.
{
if (ptr == 0) return 0;