TK's patch to correct the PythonInterpereter

This commit is contained in:
Maxime Curioni
2009-10-15 03:32:53 +00:00
parent 986db26d48
commit dc81204c91
4 changed files with 33 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ extern "C" {
class Controller
{
public:
Controller() ;
Controller(bContext* C) ;
~Controller() ;
void setView(AppView *iView);