Skip to content

Commit 94caea4

Browse files
committed
Merge pull request #96 from asottile/3_3_0
Upgrade to 3.3.0 (stable)
2 parents 8c62627 + 4e01cba commit 94caea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pysass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ static union Sass_Value* _to_sass_value(PyObject* value) {
356356
static union Sass_Value* _call_py_f(
357357
const union Sass_Value* sass_args,
358358
Sass_Function_Entry cb,
359-
struct Sass_Options* opts
359+
struct Sass_Compiler* compiler
360360
) {
361361
size_t i;
362362
PyObject* pyfunc = (PyObject*)sass_function_get_cookie(cb);

0 commit comments

Comments
 (0)