TBR=reed@google.com

Review URL: https://codereview.appspot.com/6737047

git-svn-id: http://skia.googlecode.com/svn/trunk@6008 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
vandebo@chromium.org 2012-10-18 23:26:44 +00:00
Родитель ae7b8f3e7b
Коммит a56fedc47a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -64,7 +64,7 @@ char* SkStrAppendFixed(char buffer[], SkFixed);
counting to make string assignments and copies very fast
with no extra RAM cost. Assumes UTF8 encoding.
*/
class SkString {
class SK_API SkString {
public:
SkString();
explicit SkString(size_t len);