diff options
Diffstat (limited to 'python/py_scope.cc')
-rw-r--r-- | python/py_scope.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/py_scope.cc b/python/py_scope.cc index 51a72c59..55f779d2 100644 --- a/python/py_scope.cc +++ b/python/py_scope.cc @@ -59,7 +59,7 @@ namespace { scope_wrapper(PyObject * self_) : self(self_) {} - virtual expr_t::ptr_op_t lookup(const string& name) { + virtual expr_t::ptr_op_t lookup(const string&) { return NULL; } }; |