diff options
Diffstat (limited to 'src/core/SkTLList.h')
-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(); |