diff options
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 35718a7..656ad96 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -172,6 +172,7 @@ protected: bool HandleRPathChangeCommand(std::vector<std::string> const& args); bool HandleRPathCheckCommand(std::vector<std::string> const& args); bool HandleRPathRemoveCommand(std::vector<std::string> const& args); + bool HandleDifferentCommand(std::vector<std::string> const& args); // file(INSTALL ...) related functions bool HandleInstallCommand(std::vector<std::string> const& args); |