summaryrefslogtreecommitdiffstats
path: root/Source/cmCPluginAPI.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-04 15:52:15 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-04 15:52:15 (GMT)
commit4dcff554793af82c0aa09fce16acfe8f39c1053b (patch)
treefbeb2fd583f711af3d098effcd30d1ed9fbe7ddb /Source/cmCPluginAPI.h
parentb338aad70c935ed2ce88ddb4b417276f23ad4224 (diff)
downloadCMake-4dcff554793af82c0aa09fce16acfe8f39c1053b.zip
CMake-4dcff554793af82c0aa09fce16acfe8f39c1053b.tar.gz
CMake-4dcff554793af82c0aa09fce16acfe8f39c1053b.tar.bz2
DOC: updated comment about the inherited ivar
Diffstat (limited to 'Source/cmCPluginAPI.h')
-rw-r--r--Source/cmCPluginAPI.h2
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;