diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-08-20 19:37:26 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2012-08-20 19:37:26 (GMT) |
commit | 8aed02ae0f753dce76a167367ecf54be1d04de2b (patch) | |
tree | f7047cca137acb04afbf79eb682cd593ddf98d79 /Source/cmDependsJava.cxx | |
parent | 7ae4479d655b567d0e2c67e6bdab2580a5c3d4ea (diff) | |
download | CMake-8aed02ae0f753dce76a167367ecf54be1d04de2b.zip CMake-8aed02ae0f753dce76a167367ecf54be1d04de2b.tar.gz CMake-8aed02ae0f753dce76a167367ecf54be1d04de2b.tar.bz2 |
-fix Java dependency scanning, broken in previous commit
Alex
Diffstat (limited to 'Source/cmDependsJava.cxx')
-rw-r--r-- | Source/cmDependsJava.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsJava.cxx b/Source/cmDependsJava.cxx index 1d84914..ba0e8fb 100644 --- a/Source/cmDependsJava.cxx +++ b/Source/cmDependsJava.cxx @@ -38,7 +38,7 @@ bool cmDependsJava::WriteDependencies(const char *src, const char *, return true; } -bool cmDependsJava::CheckDependencies(std::istream&, +bool cmDependsJava::CheckDependencies(std::istream&, const char*, std::map<std::string, DependencyVector >&) { return true; |