diff options
Diffstat (limited to 'Source/CursesDialog/ccmake.cxx')
-rw-r--r-- | Source/CursesDialog/ccmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CursesDialog/ccmake.cxx b/Source/CursesDialog/ccmake.cxx index 5cc5db6..3ee7692 100644 --- a/Source/CursesDialog/ccmake.cxx +++ b/Source/CursesDialog/ccmake.cxx @@ -117,7 +117,7 @@ int main(int argc, char** argv) cmCursesMainForm* myform; - myform = new cmCursesMainForm(args); + myform = new cmCursesMainForm(args, x); cmSystemTools::SetErrorCallback(CMakeErrorHandler); |