default value for cython extra imports

release/4.3a0
Duy-Nguyen Ta 2017-03-18 18:30:44 -04:00
parent 07b1bbfe7f
commit 2146aa140c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ struct Module {
void generate_matlab_wrapper(const std::string& path) const;
/// Cython code generation:
void generate_cython_wrapper(const std::string& path, const std::string& pxdImports) const;
void generate_cython_wrapper(const std::string& path, const std::string& pxdImports = "") const;
void emit_cython_pxd(FileWriter& file) const;
void emit_cython_pyx(FileWriter& file) const;