diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-09-16 14:27:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-09-16 14:27:17 (GMT) |
commit | a2c19a4d46b82f747d97ad0005887ce44c89af72 (patch) | |
tree | b4a63f16b09d97143762c512ff1c0a762d12ccda /Source/kwsys/CommandLineArguments.hxx.in | |
parent | 444dbd33095675b6fda7e3f806b3890aa7afffbd (diff) | |
download | CMake-a2c19a4d46b82f747d97ad0005887ce44c89af72.zip CMake-a2c19a4d46b82f747d97ad0005887ce44c89af72.tar.gz CMake-a2c19a4d46b82f747d97ad0005887ce44c89af72.tar.bz2 |
ENH: Condense help string, add support for setting line length and make it work
Diffstat (limited to 'Source/kwsys/CommandLineArguments.hxx.in')
-rw-r--r-- | Source/kwsys/CommandLineArguments.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/CommandLineArguments.hxx.in b/Source/kwsys/CommandLineArguments.hxx.in index a88ef26..c07dff9 100644 --- a/Source/kwsys/CommandLineArguments.hxx.in +++ b/Source/kwsys/CommandLineArguments.hxx.in @@ -134,7 +134,7 @@ public: /** * Get / Set the help line length. Default length is 80. */ - void SetLineLength(); + void SetLineLength(unsigned int); unsigned int GetLineLength(); protected: |