Commit 74b11824 authored by claes's avatar claes

Co added to XHelp classname to avoid collision with xtt's xhelp

parent 53bdd4a0
......@@ -504,8 +504,8 @@ int main( int argc, char *argv[])
MsgWindow::message( 'I', "Development environment started");
// Create help window
XHelp *xhelp = new XHelp( mainwindow, 0, xhelp_eUtility_Wtt, &sts);
XHelp::set_default( xhelp);
CoXHelp *xhelp = new CoXHelp( mainwindow, 0, xhelp_eUtility_Wtt, &sts);
CoXHelp::set_default( xhelp);
sts = ldh_OpenWB(&wbctx);
psts(sts, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment