File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ static struct SassValue* _to_sass_value(PyObject* value) {
376
376
static struct SassValue * _call_py_f (
377
377
struct SassValue * sass_args ,
378
378
Sass_Function_Entry cb ,
379
- struct Sass_Compiler * compiler
379
+ struct SassCompiler * compiler
380
380
) {
381
381
size_t i ;
382
382
PyObject * pyfunc = (PyObject * )sass_function_get_cookie (cb );
@@ -425,7 +425,7 @@ static void _add_custom_functions(
425
425
}
426
426
427
427
static struct SassImportList * _call_py_importer_f (
428
- const char * path , Sass_Importer_Entry cb , struct Sass_Compiler * comp
428
+ const char * path , Sass_Importer_Entry cb , struct SassCompiler * comp
429
429
) {
430
430
PyObject * pyfunc = (PyObject * )sass_importer_get_cookie (cb );
431
431
PyObject * py_result = NULL ;
You can’t perform that action at this time.
0 commit comments