diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-04 02:01:25 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-04 02:01:25 +0000 |
commit | e659c2e820de0b8d12d81247ed4430022ded0a90 (patch) | |
tree | ba9373b0f5e094c78cee6deb3faa72cdcd3e68f4 /src/core | |
parent | b8b8ba01f0d52d598e88798f7f90ed3bcc648e23 (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6660 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/SkTLList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkTLList.h b/src/core/SkTLList.h index bf7c93b781..87fd52d32e 100644 --- a/src/core/SkTLList.h +++ b/src/core/SkTLList.h @@ -62,7 +62,7 @@ public: } } } - + void addToHead(const T& t) { this->validate(); Node* node = this->createNode(); |