summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/VectorTraits.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf/VectorTraits.h')
-rw-r--r--JavaScriptCore/wtf/VectorTraits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/wtf/VectorTraits.h b/JavaScriptCore/wtf/VectorTraits.h
index eb4c279..bf77878 100644
--- a/JavaScriptCore/wtf/VectorTraits.h
+++ b/JavaScriptCore/wtf/VectorTraits.h
@@ -32,7 +32,7 @@ using std::pair;
namespace WTF {
template<bool isPod, typename T>
- class VectorTraitsBase;
+ struct VectorTraitsBase;
template<typename T>
struct VectorTraitsBase<false, T>