diff --git a/libsass b/libsass index 61ac61a2..bb090edb 160000 --- a/libsass +++ b/libsass @@ -1 +1 @@ -Subproject commit 61ac61a2b2ffef30233c9eab93633cc2622a562f +Subproject commit bb090edb2fb09b6dbe609ca9bbfd4814759113bd diff --git a/pysass.cpp b/pysass.cpp index bba86d88..03e53d99 100644 --- a/pysass.cpp +++ b/pysass.cpp @@ -356,7 +356,7 @@ static union Sass_Value* _to_sass_value(PyObject* value) { static union Sass_Value* _call_py_f( const union Sass_Value* sass_args, Sass_Function_Entry cb, - struct Sass_Options* opts + struct Sass_Compiler* compiler ) { size_t i; PyObject* pyfunc = (PyObject*)sass_function_get_cookie(cb);