summaryrefslogtreecommitdiff
path: root/python/apt_instmodule.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-27 15:11:39 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-27 15:11:39 +0100
commitd24964f86e1108f88d55a9580bbd6d2e482562dd (patch)
tree1b039b234a05daf80432bf7576f3ddddd2c5533a /python/apt_instmodule.h
parent2bb149489844096c55e9e90379795930171a6f73 (diff)
downloadpython-apt-d24964f86e1108f88d55a9580bbd6d2e482562dd.tar.gz
Merge the CppOwnedPyObject C++ class into CppPyObject.
Diffstat (limited to 'python/apt_instmodule.h')
-rw-r--r--python/apt_instmodule.h2
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;
};