summaryrefslogtreecommitdiffstats
path: root/Source/cmDirectory.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-02-25 23:14:01 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-02-25 23:14:01 (GMT)
commit6ad590aad68434eb478ea4e0c0305fdde22bfc6b (patch)
tree6b887b8e5608372e031ab123ae115fe58d79d87f /Source/cmDirectory.h
parentb253a0644d6244b84e36c82f124e4a80dbdc55ee (diff)
downloadCMake-6ad590aad68434eb478ea4e0c0305fdde22bfc6b.zip
CMake-6ad590aad68434eb478ea4e0c0305fdde22bfc6b.tar.gz
CMake-6ad590aad68434eb478ea4e0c0305fdde22bfc6b.tar.bz2
ENH: dot net almost working
Diffstat (limited to 'Source/cmDirectory.h')
-rw-r--r--Source/cmDirectory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDirectory.h b/Source/cmDirectory.h
index 9cc9b27..ec8a9b7 100644
--- a/Source/cmDirectory.h
+++ b/Source/cmDirectory.h
@@ -42,7 +42,7 @@ public:
/**
* Return the number of files in the current directory.
*/
- int GetNumberOfFiles() { return m_Files.size();}
+ std::vector<std::string>::size_type GetNumberOfFiles() { return m_Files.size();}
/**
* Return the file at the given index, the indexing is 0 based