From 996d83eae0638804dc51158a3ec315507e7aee61 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 22 Jan 2002 02:32:48 +0000 Subject: [PATCH] fix for EDG [SVN r12415] --- include/boost/python/class.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python/class.hpp b/include/boost/python/class.hpp index abd38d82..25815acc 100644 --- a/include/boost/python/class.hpp +++ b/include/boost/python/class.hpp @@ -127,6 +127,7 @@ class class_ : objects::class_base // passed to the base class constructor struct id_vector { + typedef objects::class_id class_id; id_vector() { // Stick the derived class id into the first element of the array