Index: src/pdf/SkTSet.h |
diff --git a/src/pdf/SkTSet.h b/src/pdf/SkTSet.h |
index acf45a296bafe044abbf34b27e9f0a0111c2032c..8d94ca4a2b627d65ed08f2042cf7880422aa0042 100644 |
--- a/src/pdf/SkTSet.h |
+++ b/src/pdf/SkTSet.h |
@@ -11,6 +11,8 @@ |
#include "SkTDArray.h" |
#include "SkTypes.h" |
+template <typename T> class SK_API SkTSet; |
+ |
djsollen
2013/05/30 20:35:29
remove this
|
/** \class SkTSet<T> |
The SkTSet template class defines a set. |