]> git.saurik.com Git - wxWidgets.git/blob - wxPython/scripts/helpviewer
use C cast instead of reinterpret_cast which doesn't work for casting pointers to...
[wxWidgets.git] / wxPython / scripts / helpviewer
1 #!/usr/bin/env python
2
3 from wx.tools.helpviewer import main
4 main()