diff options
Diffstat (limited to 'python/apt_instmodule.h')
| -rw-r--r-- | python/apt_instmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/apt_instmodule.h b/python/apt_instmodule.h index 2b07261b..f6b337f4 100644 --- a/python/apt_instmodule.h +++ b/python/apt_instmodule.h @@ -27,7 +27,7 @@ extern PyTypeObject PyDebFile_Type; extern PyTypeObject PyTarFile_Type; extern PyTypeObject PyTarMember_Type; -struct PyTarFileObject : public CppOwnedPyObject<ExtractTar*> { +struct PyTarFileObject : public CppPyObject<ExtractTar*> { int min; FileFd Fd; }; |
