summaryrefslogtreecommitdiff
path: root/Source/cmDependsJavaParserHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDependsJavaParserHelper.h')
-rw-r--r--Source/cmDependsJavaParserHelper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDependsJavaParserHelper.h b/Source/cmDependsJavaParserHelper.h
index a84a659c53..cf5d29a9ff 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;