diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-05-13 13:34:30 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2012-05-13 15:38:31 (GMT) |
commit | b6fba35411053e334072a1203493140c67f3d30a (patch) | |
tree | d7364041ec7a8a08c9c2e11ad6a9510a113bbb17 /Source/cmInstallCommandArguments.h | |
parent | c7dab4b93668e44ce07b810a08f171f8eb847785 (diff) | |
download | CMake-b6fba35411053e334072a1203493140c67f3d30a.zip CMake-b6fba35411053e334072a1203493140c67f3d30a.tar.gz CMake-b6fba35411053e334072a1203493140c67f3d30a.tar.bz2 |
-strip trailing whitespace
Alex
Diffstat (limited to 'Source/cmInstallCommandArguments.h')
-rw-r--r-- | Source/cmInstallCommandArguments.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmInstallCommandArguments.h b/Source/cmInstallCommandArguments.h index 16033ce..53f13c0 100644 --- a/Source/cmInstallCommandArguments.h +++ b/Source/cmInstallCommandArguments.h @@ -20,9 +20,9 @@ class cmInstallCommandArguments { public: cmInstallCommandArguments(); - void SetGenericArguments(cmInstallCommandArguments* args) + void SetGenericArguments(cmInstallCommandArguments* args) {this->GenericArguments = args;} - void Parse(const std::vector<std::string>* args, + void Parse(const std::vector<std::string>* args, std::vector<std::string>* unconsumedArgs); // Compute destination path.and check permissions @@ -37,10 +37,10 @@ class cmInstallCommandArguments bool GetNamelinkOnly() const; bool GetNamelinkSkip() const; - // once HandleDirectoryMode() is also switched to using + // once HandleDirectoryMode() is also switched to using // cmInstallCommandArguments then these two functions can become non-static // private member functions without arguments - static bool CheckPermissions(const std::string& onePerm, + static bool CheckPermissions(const std::string& onePerm, std::string& perm); cmCommandArgumentsHelper Parser; cmCommandArgumentGroup ArgumentGroup; |