瀏覽代碼

cmComputeLinkInformation: make GetItems() const

Michael Stürmer 7 年之前
父節點
當前提交
8e20ad1a5e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Source/cmComputeLinkInformation.cxx
  2. 1 1
      Source/cmComputeLinkInformation.h

+ 1 - 1
Source/cmComputeLinkInformation.cxx

@@ -406,7 +406,7 @@ cmComputeLinkInformation::~cmComputeLinkInformation()
 }
 
 cmComputeLinkInformation::ItemVector const&
-cmComputeLinkInformation::GetItems()
+cmComputeLinkInformation::GetItems() const
 {
   return this->Items;
 }

+ 1 - 1
Source/cmComputeLinkInformation.h

@@ -48,7 +48,7 @@ public:
     cmGeneratorTarget const* Target;
   };
   typedef std::vector<Item> ItemVector;
-  ItemVector const& GetItems();
+  ItemVector const& GetItems() const;
   std::vector<std::string> const& GetDirectories();
   std::vector<std::string> const& GetDepends();
   std::vector<std::string> const& GetFrameworkPaths();