diff options
author | Brad King <brad.king@kitware.com> | 2019-02-12 13:35:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-12 13:35:12 (GMT) |
commit | ded4bc136e5b120b2d047dc9b8eb6f7446043d08 (patch) | |
tree | 052052ff36a666f1c670ad612f90620fe6d43847 /Source/kwsys/CommandLineArguments.hxx.in | |
parent | 9d2ab63aaf5fb29d812dbfc942da4d7671c5d1b3 (diff) | |
parent | f3999a21c85e6caf19feef7c90afce3969d9102a (diff) | |
download | CMake-ded4bc136e5b120b2d047dc9b8eb6f7446043d08.zip CMake-ded4bc136e5b120b2d047dc9b8eb6f7446043d08.tar.gz CMake-ded4bc136e5b120b2d047dc9b8eb6f7446043d08.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2019-02-12 (44676809)
Diffstat (limited to 'Source/kwsys/CommandLineArguments.hxx.in')
-rw-r--r-- | Source/kwsys/CommandLineArguments.hxx.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/kwsys/CommandLineArguments.hxx.in b/Source/kwsys/CommandLineArguments.hxx.in index 31115e5..7db9015 100644 --- a/Source/kwsys/CommandLineArguments.hxx.in +++ b/Source/kwsys/CommandLineArguments.hxx.in @@ -62,6 +62,9 @@ public: CommandLineArguments(); ~CommandLineArguments(); + CommandLineArguments(const CommandLineArguments&) = delete; + CommandLineArguments& operator=(const CommandLineArguments&) = delete; + /** * Various argument types. */ |