From ca6b643da54ebb6fc2e7ed73ff2a4479b9857ef0 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Wed, 3 Apr 2002 20:55:48 +0000 Subject: [PATCH] corrected a comment --- panda/src/express/typeHandle.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/panda/src/express/typeHandle.h b/panda/src/express/typeHandle.h index 25878c1bd5..a7714ce974 100644 --- a/panda/src/express/typeHandle.h +++ b/panda/src/express/typeHandle.h @@ -78,9 +78,9 @@ class TypedObject; // time, should store a static TypeHandle object that // can be queried through a static member function // named get_class_type(). Most of the time, it is also -// desirable to inherit from TypedObject (defined -// below), which provides some virtual functions to -// return the TypeHandle for a particular instance. +// desirable to inherit from TypedObject, which provides +// some virtual functions to return the TypeHandle for a +// particular instance. // // At its essence, a TypeHandle is simply a unique // identifier that is assigned by the TypeRegistry. The