Rename String to StringUtils.

Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>.

From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001
From: David Hunt <dhunt@iolanthe.attlocal.net>
Date: Sat, 11 Jul 2015 20:56:31 -0500
Subject: [PATCH 1/8] Rename String to StringUtils
This commit is contained in:
David Hunt
2015-08-19 13:43:20 -03:00
committed by Hisham Muhammad
parent f2c053a884
commit 5e602f18d5
19 changed files with 25 additions and 25 deletions

View File

@ -8,7 +8,7 @@ in the source distribution for its full text.
#include "ColumnsPanel.h"
#include "Platform.h"
#include "String.h"
#include "StringUtils.h"
#include "ListItem.h"
#include <assert.h>