Skip to content

Commit 68e1e9d

Browse files
committed
Fix OSX/Ubuntu builds
1 parent c76da44 commit 68e1e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Runtime/Library/SparseArraySegment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ namespace Js
147147
return JavascriptArray::MissingItem;
148148
}
149149
template<> Var SparseArraySegment<int32>::GetMissingItemVar();
150-
Var SparseArraySegment<double>::GetMissingItemVar();
150+
template<> Var SparseArraySegment<double>::GetMissingItemVar();
151151

152152
template<>
153153
inline bool SparseArraySegment<double>::IsMissingItem(const double* value)

0 commit comments

Comments
 (0)