fix class -> struct issue in python bindings

This commit is contained in:
arvidn
2019-12-28 02:44:57 +01:00
committed by Arvid Norberg
parent a955014965
commit 281844ccb5
+1 -1
View File
@@ -32,7 +32,7 @@ namespace boost
// this fixes mysterious link error on msvc
template <>
inline lt::alert const volatile*
get_pointer(class lt::alert const volatile* p)
get_pointer(lt::alert const volatile* p)
{
return p;
}