Fix for android_clang_dbg compiler error

git-svn-id: http://skia.googlecode.com/svn/trunk@8352 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2013-03-24 18:41:25 +00:00
Родитель b62f93fdbc
Коммит ce9d95ae3f
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -337,8 +337,8 @@ public:
fStream->unref();
}
virtual const char* getUniqueString() SK_OVERRIDE const { return NULL; }
virtual const char* getFilePath() SK_OVERRIDE const { return NULL; }
virtual const char* getUniqueString() const SK_OVERRIDE { return NULL; }
virtual const char* getFilePath() const SK_OVERRIDE { return NULL; }
protected:
virtual SkStream* onOpenStream(int* ttcIndex) const SK_OVERRIDE {