Speculative compile fix seen on AppVeyor - missing template<>

This commit is contained in:
baldurk
2016-07-10 19:07:28 +02:00
parent 6608a965ed
commit 8bcb9ae249
@@ -71,6 +71,7 @@ TrackedResource *GetTracked(ID3D12DeviceChild *ptr)
return NULL;
}
template <>
ID3D12DeviceChild *Unwrap(ID3D12DeviceChild *ptr)
{
if(ptr == NULL)