diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-04 15:52:15 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-04 15:52:15 (GMT) |
commit | 4dcff554793af82c0aa09fce16acfe8f39c1053b (patch) | |
tree | fbeb2fd583f711af3d098effcd30d1ed9fbe7ddb | |
parent | b338aad70c935ed2ce88ddb4b417276f23ad4224 (diff) | |
download | CMake-4dcff554793af82c0aa09fce16acfe8f39c1053b.zip CMake-4dcff554793af82c0aa09fce16acfe8f39c1053b.tar.gz CMake-4dcff554793af82c0aa09fce16acfe8f39c1053b.tar.bz2 |
DOC: updated comment about the inherited ivar
-rw-r--r-- | Source/cmCPluginAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |