commit | a20e42c08b6b92c1022e5b27da3f92a429d0c815 | [log] [tgz] |
---|---|---|
author | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 31 18:04:20 2013 +0000 |
committer | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 31 18:04:20 2013 +0000 |
tree | e695661b9483125f3dee1dbb6b55734007258cdd | |
parent | 86fc266eda887920e3dd104bee8121ae19729cf5 [diff] [blame] |
Remove SK_API, from SkTSet. the template is not public. Review URL: https://codereview.chromium.org/15792016 git-svn-id: http://skia.googlecode.com/svn/trunk@9374 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/pdf/SkTSet.h b/src/pdf/SkTSet.h index acf45a2..8d5bbb6 100644 --- a/src/pdf/SkTSet.h +++ b/src/pdf/SkTSet.h
@@ -21,7 +21,7 @@ // TODO: Add remove, intersect and difference operations. // TODO: Add bench tests. -template <typename T> class SK_API SkTSet { +template <typename T> class SkTSet { public: SkTSet() { fArray = SkNEW(SkTDArray<T>);