mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
GH #321: trivial build fixes (BB QNX build)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user