Переглянути джерело

DOC: updated comment about the inherited ivar

Ken Martin 20 роки тому
батько
коміт
4dcff55479
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Source/cmCPluginAPI.h

+ 1 - 1
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;