From 4dcff554793af82c0aa09fce16acfe8f39c1053b Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 4 Nov 2005 10:52:15 -0500 Subject: DOC: updated comment about the inherited ivar --- Source/cmCPluginAPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmCPluginAPI.h b/Source/cmCPluginAPI.h index a0dce53..246e458 100644 --- a/Source/cmCPluginAPI.h +++ b/Source/cmCPluginAPI.h @@ -212,7 +212,7 @@ Finally we define the key data structures and function prototypes unsigned long reserved1; /* Reserved for future use. DO NOT USE. */ unsigned long reserved2; /* Reserved for future use. DO NOT USE. */ cmCAPI *CAPI; - int m_Inherited; + int m_Inherited; /* this ivar is no longer used in CMake 2.2 or later */ CM_INITIAL_PASS_FUNCTION InitialPass; CM_FINAL_PASS_FUNCTION FinalPass; CM_DESTRUCTOR_FUNCTION Destructor; -- cgit v0.12