Chromium Code Reviews| Index: src/pdf/SkTSet.h |
| =================================================================== |
| --- src/pdf/SkTSet.h (revision 9362) |
| +++ src/pdf/SkTSet.h (working copy) |
| @@ -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>); |