36,38d35
< /*
< * Data structure describing an embedded python file.
< */
39a37
> #include <string>
47a46,48
> /*
> * Data structure describing an embedded python file.
> */
73c74
< EmbeddedSwig(void (*init_func)());
---
> std::string context;
74a76,77
> EmbeddedSwig(void (*init_func)(), const std::string& _context);
>