From 84fcbeccd1ef45b633d027bb6560bf6e186f466f Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 8 Jan 2007 14:47:25 +0000 Subject: Fixed windows build error --- cpp/src/slice2html/Gen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/slice2html/Gen.cpp') diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index ccab207775f..afe941b4ce0 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -1421,10 +1421,10 @@ TOCGenerator::writeEntry(const ContainedPtr& c) ClassDefPtr cdef = ClassDefPtr::dynamicCast(c); if(!cdef) { - ClassDeclPtr cdecl = ClassDeclPtr::dynamicCast(c); - if(cdecl) + ClassDeclPtr cdec = ClassDeclPtr::dynamicCast(c); + if(cdec) { - cdef = cdecl->definition(); + cdef = cdec->definition(); } } -- cgit v1.2.3