diff options
Diffstat (limited to 'Source/cmMakeDepend.h')
-rw-r--r-- | Source/cmMakeDepend.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakeDepend.h b/Source/cmMakeDepend.h index 8426dfa..1c91663 100644 --- a/Source/cmMakeDepend.h +++ b/Source/cmMakeDepend.h @@ -163,7 +163,8 @@ protected: typedef std::map<cmStdString, cmStdString> FileToPathMapType; typedef std::map<cmStdString, FileToPathMapType> DirectoryToFileToPathMapType; - typedef std::map<cmStdString, cmDependInformation*> DependInformationMapType; + typedef std::map<cmStdString, cmDependInformation*> + DependInformationMapType; DependInformationMapType DependInformationMap; DirectoryToFileToPathMapType DirectoryToFileToPathMap; }; |