summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Directory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/Directory.cxx')
-rw-r--r--Source/kwsys/Directory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/Directory.cxx b/Source/kwsys/Directory.cxx
index 5198ef8..d8a0b8e 100644
--- a/Source/kwsys/Directory.cxx
+++ b/Source/kwsys/Directory.cxx
@@ -48,7 +48,7 @@ Directory::~Directory()
//----------------------------------------------------------------------------
unsigned long Directory::GetNumberOfFiles()
{
- return this->Internal->Files.size();
+ return static_cast<unsigned long>(this->Internal->Files.size());
}
//----------------------------------------------------------------------------