diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h index 7731d3f4ae..d10f330e3a 100644 --- a/include/pdf/SkPDFDevice.h +++ b/include/pdf/SkPDFDevice.h @@ -30,7 +30,7 @@ class SkPDFGraphicState; class SkPDFObject; class SkPDFShader; class SkPDFStream; -template class SK_API SkTSet; +template class SkTSet; // Private classes. struct ContentEntry; diff --git a/include/pdf/SkPDFDocument.h b/include/pdf/SkPDFDocument.h index 664b3030a2..31c6f9b8e8 100644 --- a/include/pdf/SkPDFDocument.h +++ b/include/pdf/SkPDFDocument.h @@ -21,7 +21,7 @@ class SkPDFDict; class SkPDFPage; class SkPDFObject; class SkWStream; -template class SK_API SkTSet; +template class SkTSet; /** \class SkPDFDocument diff --git a/src/pdf/SkTSet.h b/src/pdf/SkTSet.h index acf45a296b..8d5bbb6897 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 class SK_API SkTSet { +template class SkTSet { public: SkTSet() { fArray = SkNEW(SkTDArray);