Browse Source

QtAutomoc: Eliminate compiler warning

David Cole 14 years ago
parent
commit
920a046015
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmQtAutomoc.cxx

+ 1 - 1
Source/cmQtAutomoc.cxx

@@ -519,7 +519,7 @@ void cmQtAutomoc::ParseCppFile(const std::string& absFilename,
   const std::string absPath = cmsys::SystemTools::GetFilenamePath(
                    cmsys::SystemTools::GetRealPath(absFilename.c_str())) + '/';
 
-  long matchOffset = 0;
+  std::string::size_type matchOffset = 0;
   if (!mocIncludeRegExp.find(contentsString.c_str()))
     {
     // no moc #include, look whether we need to create a moc from