diff options
Diffstat (limited to 'Source/cmCableClassSet.cxx')
-rw-r--r-- | Source/cmCableClassSet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCableClassSet.cxx b/Source/cmCableClassSet.cxx index 47f8fa1..b8fcd38 100644 --- a/Source/cmCableClassSet.cxx +++ b/Source/cmCableClassSet.cxx @@ -86,7 +86,7 @@ void cmCableClassSet::AddSource(const char* name) /** * Get the size of the internal CableClassMap used to store the set. */ -unsigned int cmCableClassSet::Size() const +size_t cmCableClassSet::Size() const { return m_CableClassMap.size(); } |