diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-13 15:25:11 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-13 15:25:11 (GMT) |
commit | 809b32fe59ee9923eebbcfc373d9eaab158083e9 (patch) | |
tree | cbb36213252d97bf3f7d21b301b4f65aa7a5342c /Source/cmCableClassSet.h | |
parent | 83a0759e479ee0718296a1bb8f6fb26e1b13500a (diff) | |
download | CMake-809b32fe59ee9923eebbcfc373d9eaab158083e9.zip CMake-809b32fe59ee9923eebbcfc373d9eaab158083e9.tar.gz CMake-809b32fe59ee9923eebbcfc373d9eaab158083e9.tar.bz2 |
ENH: remove several compiler warnings
Diffstat (limited to 'Source/cmCableClassSet.h')
-rw-r--r-- | Source/cmCableClassSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCableClassSet.h b/Source/cmCableClassSet.h index cba0d32..3f3f613 100644 --- a/Source/cmCableClassSet.h +++ b/Source/cmCableClassSet.h @@ -70,7 +70,7 @@ public: void AddClass(const char*, cmCableClass*); void AddSource(const char* name); - unsigned int Size() const; + size_t Size() const; CableClassMap::const_iterator Begin() const; CableClassMap::const_iterator End() const; |