> /** Get the pointer to the MainWindow */ > kxMainWindow kxMainWindow::*getMainWindow() > { > return vMainWindow; > } > > what is this "*" before getMainWindow()? > never saw it, classparser too? Probably. 263 == '::'. I'll fix that.