mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
Revert unintended change
This commit is contained in:
parent
5697376caa
commit
24e526ce93
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ using namespace boost::python;
|
|||
template<class T1, class T2>
|
||||
struct pair_to_tuple
|
||||
{
|
||||
static PyObject* convert(const std::pair<int, int>& p)
|
||||
static PyObject* convert(const std::pair<T1, T2>& p)
|
||||
{
|
||||
return incref(make_tuple(p.first, p.second).ptr());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue