diff options
Diffstat (limited to 'Source/cmDependsJavaParserHelper.h')
-rw-r--r-- | Source/cmDependsJavaParserHelper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDependsJavaParserHelper.h b/Source/cmDependsJavaParserHelper.h index a84a659..cf5d29a 100644 --- a/Source/cmDependsJavaParserHelper.h +++ b/Source/cmDependsJavaParserHelper.h @@ -75,7 +75,8 @@ private: cmStdString Name; std::vector<CurrentClass> NestedClasses; CurrentClass() {} - void AddFileNamesForPrinting(std::vector<cmStdString> *files, const char* prefix, const char* sep); + void AddFileNamesForPrinting(std::vector<cmStdString> *files, + const char* prefix, const char* sep); }; cmStdString CurrentPackage; cmStdString::size_type InputBufferPos; |