summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/ccmake.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-05 18:35:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-11-05 18:35:02 (GMT)
commit5a0641ac3b3f9489ac696466b75c751d24f63867 (patch)
treed07e1d92b0d3d9e90b07729bfdda5c6e9841b18c /Source/CursesDialog/ccmake.cxx
parent17b0a7404637d31413590e584159b6f768521aa2 (diff)
downloadCMake-5a0641ac3b3f9489ac696466b75c751d24f63867.zip
CMake-5a0641ac3b3f9489ac696466b75c751d24f63867.tar.gz
CMake-5a0641ac3b3f9489ac696466b75c751d24f63867.tar.bz2
Cleanup
Diffstat (limited to 'Source/CursesDialog/ccmake.cxx')
-rw-r--r--Source/CursesDialog/ccmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CursesDialog/ccmake.cxx b/Source/CursesDialog/ccmake.cxx
index 380aa82..e46278a 100644
--- a/Source/CursesDialog/ccmake.cxx
+++ b/Source/CursesDialog/ccmake.cxx
@@ -63,7 +63,6 @@ int main(int argc, char** argv)
bool debug = false;
unsigned int i;
int j;
- cmake msg;
std::vector<std::string> args;
for(j =0; j < argc; ++j)
{
@@ -90,6 +89,7 @@ int main(int argc, char** argv)
arg.find("/?",0) != std::string::npos ||
arg.find("-usage",0) != std::string::npos)
{
+ cmake msg;
msg.Usage(args[0].c_str());
return -1;
}