[Cmake-commits] [cmake-commits] king committed cmComputeLinkDepends.h 1.13 1.14

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Aug 27 10:35:55 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv1520

Modified Files:
	cmComputeLinkDepends.h 
Log Message:
COMP: Do not use private typedef from outside class.


Index: cmComputeLinkDepends.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmComputeLinkDepends.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C 2 -d -r1.13 -r1.14
*** cmComputeLinkDepends.h	27 Aug 2008 14:21:57 -0000	1.13
--- cmComputeLinkDepends.h	27 Aug 2008 14:35:53 -0000	1.14
***************
*** 146,150 ****
  
      // The entries yet to be seen to complete the component.
!     DependSet Entries;
    };
    std::map<int, PendingComponent> PendingComponents;
--- 146,150 ----
  
      // The entries yet to be seen to complete the component.
!     std::set<int> Entries;
    };
    std::map<int, PendingComponent> PendingComponents;



More information about the Cmake-commits mailing list