mirror of
https://github.com/arvidn/libtorrent.git
synced 2026-05-07 16:30:54 -04:00
fix class -> struct issue in python bindings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user