diff options
Diffstat (limited to 'Source/cmDependsJava.h')
-rw-r--r-- | Source/cmDependsJava.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsJava.h b/Source/cmDependsJava.h index 4904fe1..579dad2 100644 --- a/Source/cmDependsJava.h +++ b/Source/cmDependsJava.h @@ -27,7 +27,7 @@ class cmDependsJava: public cmDepends public: /** Checking instances need to know the build directory name and the relative path from the build directory to the target file. */ - cmDependsJava(const char* dir, const char* targetFile); + cmDependsJava(const char* dir, const char* targetFile, bool verbose); /** Scanning need to know the build directory name, the relative path from the build directory to the target file and the source |